Hi,
for my project i'd like to change the Poll-Intervall for calls to the
server-side "tiddlers.json" dynamically. Currently it is initialized in $:/
core/modules/syncer.js either from the options-Param or via the hardcoded
field Syncer.prototype.pollTimerInterval within this same tiddler.
The pollTimerIntervall is than used whenever the next intervall is set
(also in this file) via the follwing code:
triggerNextSync = function() { self.pollTimerId = setTimeout(function() {
self.pollTimerId = null; self.syncFromServer.call(self);
},self.pollTimerInterval); };
Can the intervall be made Tiddler-Configured with respect to the current
wiki-state?
Thanks,
Mirko
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/329cdf0b-0a61-4260-a6f3-648689fd88a9n%40googlegroups.com.