Index: trunk/BNC/latencychecker.cpp
===================================================================
--- trunk/BNC/latencychecker.cpp	(revision 2484)
+++ trunk/BNC/latencychecker.cpp	(revision 2485)
@@ -109,5 +109,5 @@
     _perfIntr = 60; 
   }
-  else if ( perfIntr.indexOf("5 min")   != -1 ) { 
+  else if ( perfIntr.left(5).indexOf("5 min")   != -1 ) { 
     _perfIntr = 300; 
   }
