Changeset 10517 in ntrip for trunk/BNC/src/latencychecker.cpp


Ignore:
Timestamp:
Jul 9, 2024, 2:22:27 PM (4 months ago)
Author:
stuerze
Message:

minor changes to allow re-connect check also if no latency check is enabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/latencychecker.cpp

    r9958 r10517  
    9494  // Latency interval/average
    9595  // ------------------------
    96   _miscIntr = 1;
     96  _miscIntr = 300;
    9797  QString miscIntr = settings.value("miscIntr").toString();
    9898  if      ( miscIntr.isEmpty() ) {
    99     _miscIntr = 1;
     99    _miscIntr = 300;
    100100  }
    101101  else if ( miscIntr.indexOf("2 sec")   != -1 ) {
Note: See TracChangeset for help on using the changeset viewer.