Changeset 1176 in ntrip


Ignore:
Timestamp:
Oct 27, 2008, 5:06:05 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnccaster.cpp

    r1173 r1176  
    396396  }
    397397
     398  emit( newMessage(QString("Table of Mountpoints (re-)read: new number = %1")
     399                            .arg(_threads.count()).toAscii()) );
     400
    398401  // (Re-) Start the configuration timer
    399402  // -----------------------------------
     
    424427
    425428    ms = currTime.msecsTo(nextShotTime);
     429    if (ms < 30000) {
     430      ms = 30000;
     431    }
    426432  }
    427433
Note: See TracChangeset for help on using the changeset viewer.