small fix for rare real-time report pause limit issue

git-svn-id: svn://192.168.202.10@3279 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2020-08-17 17:08:39 +00:00
parent 4350942cd6
commit 239a4b8189
@@ -145,7 +145,7 @@ $rt_report_times["paused_long_time10"]=600;
$rt_report_times["paused_long_time15"]=900;
$rt_report_times["threeway_short_time"]=10;
$rt_report_times["dead_short_time"]=10;
$rt_report_times["pause_limit"]=20;
$rt_report_times["pause_limit"]=999999;
$container_stmt="select container_entry from vicidial_settings_containers where container_id='REALTIME_REPORT_TIMES'";
$container_rslt=mysql_to_mysqli($container_stmt, $link);