Changeset 135 in ntrip for trunk/BNC/bnccaster.cpp


Ignore:
Timestamp:
Sep 8, 2006, 9:04:02 AM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnccaster.cpp

    r134 r135  
    8888  // ----------------------------------
    8989  if (newTime <= _lastDumpSec) {
     90    emit( newMessage("Old Epochs thrown away: " + staID) );
    9091    delete obs;
    9192    return;
     
    108109  // Dump older epochs
    109110  // -----------------
    110   const long waitTime = 5;
     111  const long waitTime = 2;
    111112  dumpEpochs(_lastDumpSec + 1, newTime - waitTime);
    112113  _lastDumpSec = newTime - waitTime;
Note: See TracChangeset for help on using the changeset viewer.