diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-07-17 12:39:36 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-07-17 12:39:36 +0200 |
commit | 6f5f87c1d56c97fbad2e59e6ccc1dcc05a75676e (patch) | |
tree | b6660cb4e648166df231df010c4cb2de321e3837 | |
parent | 418ef5865802625b2228578c08eca20e9ed6ed70 (diff) | |
download | dabmod-6f5f87c1d56c97fbad2e59e6ccc1dcc05a75676e.tar.gz dabmod-6f5f87c1d56c97fbad2e59e6ccc1dcc05a75676e.tar.bz2 dabmod-6f5f87c1d56c97fbad2e59e6ccc1dcc05a75676e.zip |
Clarify max_gps_holdover_time in example
-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] |