mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 09:45:07 -05:00
ntp: increase minimum replacement interval to 30 minutes
This commit is contained in:
@@ -86,7 +86,7 @@ struct UnresolvedSource {
|
|||||||
#define RESOLVE_INTERVAL_UNIT 7
|
#define RESOLVE_INTERVAL_UNIT 7
|
||||||
#define MIN_RESOLVE_INTERVAL 2
|
#define MIN_RESOLVE_INTERVAL 2
|
||||||
#define MAX_RESOLVE_INTERVAL 9
|
#define MAX_RESOLVE_INTERVAL 9
|
||||||
#define MIN_REPLACEMENT_INTERVAL 5
|
#define MIN_REPLACEMENT_INTERVAL 8
|
||||||
|
|
||||||
static struct UnresolvedSource *unresolved_sources = NULL;
|
static struct UnresolvedSource *unresolved_sources = NULL;
|
||||||
static int resolving_interval = 0;
|
static int resolving_interval = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user