Call flow monitor reduce the sleep to 60 seconds.

This commit is contained in:
markjcrane
2015-10-08 18:54:11 -07:00
parent 33897a3abd
commit 2ba48dab1e

View File

@@ -25,7 +25,7 @@
-- POSSIBILITY OF SUCH DAMAGE.
--set the time between loops in seconds
sleep = 300;
sleep = 60;
--set the debug level
debug["log"] = false;