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

NTP Time sync #304

Open
wvdvegt opened this issue Oct 28, 2021 · 0 comments
Open

NTP Time sync #304

wvdvegt opened this issue Oct 28, 2021 · 0 comments

Comments

@wvdvegt
Copy link

wvdvegt commented Oct 28, 2021

I think it's better to use 'pool.ntp.org' instead of a specific server as '0.pool.ntp.org' as the first ip address finds you a server nearby (which then should cirvumvent offline servers).

At the moment of writing, 0.pool.ntp.org fails.

So in NetworkConstants.resx change:

  <data name="GlobalNTPPool" xml:space="preserve">
    <value>0.pool.ntp.org</value>
  </data>

into:

  <data name="GlobalNTPPool" xml:space="preserve">
    <value>pool.ntp.org</value>
  </data>
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

1 participant