projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
692f4d5
)
Return back to production value.
author
Jan Schneider
<jan@horde.org>
Thu, 25 Nov 2010 15:11:17 +0000
(16:11 +0100)
committer
Jan Schneider
<jan@horde.org>
Thu, 25 Nov 2010 15:11:17 +0000
(16:11 +0100)
kronolith/js/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/kronolith.js
b/kronolith/js/kronolith.js
index
1b04530
..
9cff592
100644
(file)
--- 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
);
}
};