reduce waiting time for -cdrd and -queued, RT#4667
[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;
 
 }