fix ntp server config

This commit is contained in:
hansieodendaal 2026-02-09 12:01:36 +02:00
parent eae139bb6f
commit 29e6a1fd8d
No known key found for this signature in database
GPG Key ID: 4B3B15868823687C

View File

@ -8,7 +8,7 @@ use time::OffsetDateTime;
const DEFAULT_SLOT_TIME: u64 = 1;
const CONSENSUS_SLOT_TIME_VAR: &str = "CONSENSUS_SLOT_TIME";
const DEFAULT_NTP_SERVER: &str = "pool.ntp.org";
const DEFAULT_NTP_SERVER: &str = "pool.ntp.org:123";
const DEFAULT_NTP_TIMEOUT: Duration = Duration::from_secs(5);
const DEFAULT_NTP_UPDATE_INTERVAL: Duration = Duration::from_secs(16);