mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 19:35:06 -05:00
ntp: reduce burst timeout to 2.5 seconds
This reduces the maximum time initstepslew can take.
This commit is contained in:
@@ -184,7 +184,7 @@ struct NCR_Instance_Record {
|
|||||||
|
|
||||||
/* Time to wait before retransmitting in burst mode, if we did not get
|
/* Time to wait before retransmitting in burst mode, if we did not get
|
||||||
a reply to the previous probe */
|
a reply to the previous probe */
|
||||||
#define BURST_TIMEOUT 8.0
|
#define BURST_TIMEOUT 2.5
|
||||||
|
|
||||||
/* Number of samples in initial burst */
|
/* Number of samples in initial burst */
|
||||||
#define IBURST_GOOD_SAMPLES 4
|
#define IBURST_GOOD_SAMPLES 4
|
||||||
|
|||||||
Reference in New Issue
Block a user