mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-05 11:45:06 -05:00
conf: increase default minsamples and polltarget
Change default minsamples to 6 and polltarget to 8. This should improve stability with extremely small jitters (e.g. HW timestamping) and not decrease time accuracy at minimum polling interval too much.
This commit is contained in:
2
conf.c
2
conf.c
@@ -148,7 +148,7 @@ static double max_offset;
|
||||
|
||||
/* Maximum and minimum number of samples per source */
|
||||
static int max_samples = 0; /* no limit */
|
||||
static int min_samples = 0;
|
||||
static int min_samples = 6;
|
||||
|
||||
/* Threshold for a time adjustment to be logged to syslog */
|
||||
static double log_change_threshold = 1.0;
|
||||
|
||||
Reference in New Issue
Block a user