From: Jan Schneider Date: Thu, 25 Nov 2010 15:11:17 +0000 (+0100) Subject: Return back to production value. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8f3bb897e7055e37690ce369df05a70d9c764dea;p=horde.git Return back to production value. --- diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index 1b0453058..9cff592e2 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -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); } };