mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
Apply suggestions from code review
Co-authored-by: RD WebDesign <github@rdwebdesign.com.br> Signed-off-by: Dominik <DL6ER@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -840,7 +840,7 @@ void initConfig(struct config *conf)
|
||||
conf->ntp.sync.server.c = validate_stub; // Only type-based checking
|
||||
|
||||
conf->ntp.sync.interval.k = "ntp.sync.interval";
|
||||
conf->ntp.sync.interval.h = "Interval in seconds between successive syncronization attempts with the NTP server";
|
||||
conf->ntp.sync.interval.h = "Interval in seconds between successive synchronization attempts with the NTP server";
|
||||
conf->ntp.sync.interval.t = CONF_UINT;
|
||||
conf->ntp.sync.interval.d.ui = 3600;
|
||||
conf->ntp.sync.interval.c = validate_stub; // Only type-based checking
|
||||
|
||||
+1
-1
@@ -489,7 +489,7 @@
|
||||
# valid NTP upstream server
|
||||
server = "pool.ntp.org"
|
||||
|
||||
# Interval in seconds between successive syncronization attempts with the NTP server
|
||||
# Interval in seconds between successive synchronization attempts with the NTP server
|
||||
interval = 3600
|
||||
|
||||
# Number of NTP syncs to perform and average before updating the system time
|
||||
|
||||
Reference in New Issue
Block a user