My tiddlywiki setup is node.js under windows.
I have modified tiddler through external program and PUT into server. I understand I can reduce $:/config/SyncPollingInterval to reduce internal pull from server to browser.
But I want to force to sync from server to browser in js. I tested $tw.syncer.syncFromServer, which seems not working as expected.
Any ideas how to force sync from server to browser using js?
