Index: /trunk/BNC/bnccaster.cpp
===================================================================
--- /trunk/BNC/bnccaster.cpp	(revision 1175)
+++ /trunk/BNC/bnccaster.cpp	(revision 1176)
@@ -396,4 +396,7 @@
   }
 
+  emit( newMessage(QString("Table of Mountpoints (re-)read: new number = %1")
+                            .arg(_threads.count()).toAscii()) );
+
   // (Re-) Start the configuration timer
   // -----------------------------------
@@ -424,4 +427,7 @@
 
     ms = currTime.msecsTo(nextShotTime);
+    if (ms < 30000) {
+      ms = 30000;
+    }
   }
 
