Index: trunk/BNC/bncmodel.cpp
===================================================================
--- trunk/BNC/bncmodel.cpp	(revision 3113)
+++ trunk/BNC/bncmodel.cpp	(revision 3114)
@@ -468,8 +468,6 @@
   _time = epoData->tt; // current epoch time
 
-  const double MAXSOLGAP = 60.0;
-
   bool firstCrd = false;
-  if (!_lastTimeOK.valid() || _time - _lastTimeOK > MAXSOLGAP) {
+  if (!_lastTimeOK.valid() || _time - _lastTimeOK > settings.value("pppMaxSolGap").toDouble() ) {
     firstCrd = true;
     _startTime = epoData->tt;
