-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-sync message in console #24
Comments
TimeSync uses a https://github.com/mizzao/meteor-timesync/blob/master/timesync-client.js#L23 CPU busyness causes a If you don't like the log messages, you can set |
Thanks for pointing me to |
Hi Andrew. Where do you think is the best place to put the |
It only logs on the client, but you can put it anywhere in a client folder, preferably in |
Error: ReferenceError: Can't find variable: TimeSync |
|
Any updates on this? I'm using it for that chat part of my app, and just want to use the server time once (in my add-chat stub, to prevent jumping of chatlines). |
No I don't think it materially puts extra strain on your server. |
Each time my app uses the CPU intensively for a few seconds, I get the following message in the console:
This brings me two questions:
TimeSync.watchClockChanges
was false by default, preventing re-sync to occur. I tried to force it to false anyway, but it has no effect. How can I prevent re-sync?The text was updated successfully, but these errors were encountered: