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:
Miroslav Lichvar
2014-05-21 12:08:10 +02:00
parent cf3c7b3bd6
commit 3e1dc801b0
2 changed files with 9 additions and 10 deletions

2
conf.c
View File

@@ -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;