My TW (5.3.5) is configured as node.js under Windows 11.
I understand $:/config/SyncThrottleInterval
can change the interval both browser to server and server to filesystem followring my question before (Could we reduce the frequency of autosave? - #10 by joshuafontany).
$:/config/SyncThrottleInterval
is set as 30000 (i.e. 30 s) now and I love this feature.
Now I PUT tidders into server through WebAPI from external scripts (e.g. R). However it still takes about 30s (or other values) to sync from server to browser.
How could I reduce interval to sync modified tiddlers from server to browser?
Is this hidden config ($:/config/SyncPollingInterval
)?