Call flow monitor reduce the sleep to 60 seconds.

This commit is contained in:
markjcrane 2015-10-08 18:54:11 -07:00
parent d667a31140
commit b44b009321
1 changed files with 1 additions and 1 deletions

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;