From b44b0093214e69441e261ae01eeb4634ca2f4f8c Mon Sep 17 00:00:00 2001 From: markjcrane Date: Thu, 8 Oct 2015 18:54:11 -0700 Subject: [PATCH] Call flow monitor reduce the sleep to 60 seconds. --- resources/install/scripts/call_flow_monitor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/install/scripts/call_flow_monitor.lua b/resources/install/scripts/call_flow_monitor.lua index 5be5ccf4bb..5db7d4f3d0 100644 --- a/resources/install/scripts/call_flow_monitor.lua +++ b/resources/install/scripts/call_flow_monitor.lua @@ -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;