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 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/9cec1a10-5141-4209-b98e-740cbdbc3df8o%40googlegroups.com.

Reply via email to