error of the local clock. This is a frequency stability of the clock,
not an absolute frequency error.
-By default, the maximum assumed error is set to 10 ppm.
+By default, the maximum assumed error is set to 1 ppm.
The syntax is
static char *rtc_file = NULL;
static unsigned long command_key_id;
static double max_update_skew = 1000.0;
-static double max_clock_error = 10; /* in ppm */
+static double max_clock_error = 1.0; /* in ppm */
static double reselect_distance = 1e-4;
static double stratum_weight = 1.0;