RT#6226: security fix for customer notes
[freeside.git] / FS / bin / freeside-cdrd
index 36ff2bb..2cf75f3 100644 (file)
@@ -108,7 +108,7 @@ while (1) {
   }
 
   myexit() if sigterm() || sigint();
-  sleep 5; # unless $found;
+  sleep 1 unless $found;
 
 }