Return back to production value.
authorJan Schneider <jan@horde.org>
Thu, 25 Nov 2010 15:11:17 +0000 (16:11 +0100)
committerJan Schneider <jan@horde.org>
Thu, 25 Nov 2010 15:11:17 +0000 (16:11 +0100)
kronolith/js/kronolith.js

index 1b04530..9cff592 100644 (file)
@@ -5958,7 +5958,7 @@ KronolithCore = {
         }.bindAsEventListener(this));
 
         /* Start polling. */
-        new PeriodicalExecuter(this.doAction.bind(this, 'poll'), 5);
+        new PeriodicalExecuter(this.doAction.bind(this, 'poll'), 60);
     }
 
 };