mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-05 11:35:07 -05:00
conf: change default corrtimeratio to 3.0
This improves the overall frequency accuracy of the clock at a slight cost in the time accuracy.
This commit is contained in:
2
conf.c
2
conf.c
@@ -86,7 +86,7 @@ static char *drift_file = NULL;
|
||||
static char *rtc_file = NULL;
|
||||
static unsigned long command_key_id;
|
||||
static double max_update_skew = 1000.0;
|
||||
static double correction_time_ratio = 1.0;
|
||||
static double correction_time_ratio = 3.0;
|
||||
static double max_clock_error = 1.0; /* in ppm */
|
||||
|
||||
static double reselect_distance = 1e-4;
|
||||
|
||||
Reference in New Issue
Block a user