mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 16:35: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:
@@ -59,7 +59,7 @@ typedef struct {
|
||||
#define SRC_DEFAULT_MAXDELAYRATIO 0.0
|
||||
#define SRC_DEFAULT_MAXDELAYDEVRATIO 10.0
|
||||
#define SRC_DEFAULT_MINSTRATUM 0
|
||||
#define SRC_DEFAULT_POLLTARGET 6
|
||||
#define SRC_DEFAULT_POLLTARGET 8
|
||||
#define SRC_DEFAULT_MAXSOURCES 4
|
||||
#define SRC_DEFAULT_MINSAMPLES (-1)
|
||||
#define SRC_DEFAULT_MAXSAMPLES (-1)
|
||||
|
||||
Reference in New Issue
Block a user