Skip to content
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

systemTime Error: Too few results left #6

Closed
hummelstrand opened this issue May 16, 2018 · 3 comments
Closed

systemTime Error: Too few results left #6

hummelstrand opened this issue May 16, 2018 · 3 comments
Assignees

Comments

@hummelstrand
Copy link
Member

Getting the following console errors running commit 2d73397:

I20180516-10:43:43.420(2)?     at Promise.then (server/timesync.ts:116:37)
I20180516-10:43:43.420(2)?     at /Users/jonashummelstrand/.meteor/packages/promise/.0.10.2.5g5mso.orhhi++os+web.browser+web.cordova/npm/node_modules/meteor-promise/fiber_pool.js:43:40
I20180516-10:44:03.424(2)? Updating systemTime...```
@nytamin
Copy link
Contributor

nytamin commented May 17, 2018

During startup, the application connects to ntp-servers and tries to sync the application time to them. This error message comes when it wasn't able to enough good measurements to to be able to sync the time accurately ("accurately" = within 1/60s). This is dependent on current network conditions and latencies.
The exact number of required measurements and number of retries could/should probably be tweaked so that false positives are avoided while still guaranteeing operability.

@nytamin
Copy link
Contributor

nytamin commented May 17, 2018

We should also discuss whether we should throw an error or if it's enough to display a warning.

@nytamin
Copy link
Contributor

nytamin commented Oct 10, 2018

Closing this, I think this was resolved a long time ago

@nytamin nytamin closed this as completed Oct 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants