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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user