Skip to content

Commit

Permalink
keep pool.ntp.org as default
Browse files Browse the repository at this point in the history
  • Loading branch information
DGAlexandru committed Nov 5, 2024
1 parent c29d2ee commit fd3775f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/lib/Configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class Configuration {

// BEGIN migration code to be removed with the next version
if (parsedConfig.ntpClient.server === "pool.ntp.org") {
parsedConfig.ntpClient.server = "NoCloud.pool.ntp.org";
parsedConfig.ntpClient.server = "pool.ntp.org"; // NoCloud sticks to the global one
}
// END migration code to be removed with the next version

Expand Down

0 comments on commit fd3775f

Please sign in to comment.