Index: trunk/BNC/src/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/src/combination/bnccomb.cpp	(revision 4888)
+++ trunk/BNC/src/combination/bnccomb.cpp	(revision 4889)
@@ -472,4 +472,5 @@
   // If Master not present, switch to another one
   // --------------------------------------------
+  const unsigned switchMasterAfterGap = 1;
   if (masterPresent) {
     _masterMissingEpochs = 0;
@@ -477,5 +478,5 @@
   else {
     ++_masterMissingEpochs;
-    if (_masterMissingEpochs < 10) {
+    if (_masterMissingEpochs < switchMasterAfterGap) {
       out << "Missing Master, Epoch skipped" << endl;
       _buffer.remove(_resTime);
