Call flow monitor reduce the sleep to 60 seconds.
This commit is contained in:
parent
d667a31140
commit
b44b009321
|
|
@ -25,7 +25,7 @@
|
||||||
-- POSSIBILITY OF SUCH DAMAGE.
|
-- POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
--set the time between loops in seconds
|
--set the time between loops in seconds
|
||||||
sleep = 300;
|
sleep = 60;
|
||||||
|
|
||||||
--set the debug level
|
--set the debug level
|
||||||
debug["log"] = false;
|
debug["log"] = false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue