After saving a file with new changes in Meteor.js, the server will restart and the browser will window reload.
Question: Sometimes it takes longer than usual to reload after saving the file, and this appears to be random. Is there a way to trigger the auto-reload more quickly?
It appears that the server restart quickly, but the browser reload much more slowely.
After the Meteor server have restarted, the webpage becomes unresponsive for 30 sec and the Network tab shows websocket
pending...
I'm using Meteor 0.7.0.1 with Meteorite 0.6.16 on Node.js v0.10.22 on Mac OSX, connecting to a remote MongoDB server.