From: Miroslav Lichvar Date: Mon, 18 May 2015 09:57:19 +0000 (+0200) Subject: ntp: increase minimum replacement interval to 30 minutes X-Git-Tag: 2.1-pre1~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c06e57f24ada0da946dfb645f4f3bfbbd2ad7d5;p=thirdparty%2Fchrony.git ntp: increase minimum replacement interval to 30 minutes --- diff --git a/ntp_sources.c b/ntp_sources.c index efee7629..5ac3c867 100644 --- a/ntp_sources.c +++ b/ntp_sources.c @@ -86,7 +86,7 @@ struct UnresolvedSource { #define RESOLVE_INTERVAL_UNIT 7 #define MIN_RESOLVE_INTERVAL 2 #define MAX_RESOLVE_INTERVAL 9 -#define MIN_REPLACEMENT_INTERVAL 5 +#define MIN_REPLACEMENT_INTERVAL 8 static struct UnresolvedSource *unresolved_sources = NULL; static int resolving_interval = 0;