Index: trunk/BNC/src/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/src/combination/bnccomb.cpp	(revision 10075)
+++ trunk/BNC/src/combination/bnccomb.cpp	(revision 10076)
@@ -485,9 +485,7 @@
     // --------------------
     if (_resTime.valid() && newClk->_time <= _resTime) {
-#ifdef BNC_DEBUG_CMB
       emit newMessage("bncComb: old correction: " + acName.toLatin1() + " " + newClk->_prn.toString().c_str() +
           QString(" %1 ").arg(newClk->_time.timestr().c_str()).toLatin1() + "vs. last processing Epoch" +
           QString(" %1 ").arg(_resTime.timestr().c_str()).toLatin1(), true);
-#endif
       delete newClk;
       continue;
@@ -524,5 +522,5 @@
   // Make sure the buffer does not grow beyond any limit
   // ---------------------------------------------------
-  const unsigned MAX_EPODATA_SIZE = 10;
+  const unsigned MAX_EPODATA_SIZE = 20;
   if (_epoClkData.size() > MAX_EPODATA_SIZE) {
     delete _epoClkData.front();
