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;