From 3c06e57f24ada0da946dfb645f4f3bfbbd2ad7d5 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Mon, 18 May 2015 11:57:19 +0200 Subject: [PATCH] ntp: increase minimum replacement interval to 30 minutes --- ntp_sources.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntp_sources.c b/ntp_sources.c index efee762..5ac3c86 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;