diff options
Diffstat (limited to 'doc/example.ini')
-rw-r--r-- | doc/example.ini | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/example.ini b/doc/example.ini index 97624f9..417cbf3 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -195,10 +195,13 @@ behaviour_refclk_lock_lost=ignore ; The maximum accepted holdover time for the gpsdo. ; Valid only if the refclk and pps_source are set to gpsdo. +; This value is also used for the initial lock check, and must +; be at least a minute so that the GPSOD has enough time to lock +; and to start disciplining its oscillator. ; Units: seconds ; Set to 0 to disable holdover check ; default value: 0 -max_gps_holdover_time=30 +max_gps_holdover_time=600 ; section defining ZeroMQ output properties [zmqoutput] |