]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
ntp: increase minimum replacement interval to 30 minutes
authorMiroslav Lichvar <mlichvar@redhat.com>
Mon, 18 May 2015 09:57:19 +0000 (11:57 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Mon, 18 May 2015 11:15:43 +0000 (13:15 +0200)
ntp_sources.c

index efee7629a39119ba8c6f682c9f31443dfee4155a..5ac3c86737e170af9ececdf660c44ee885541335 100644 (file)
@@ -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;