Commit f1228ecf authored by 吴贤德's avatar 吴贤德

后台:设备监控超时时间60s—>180s

parent 28b43cb7
......@@ -19,7 +19,7 @@ class MonitorAction extends Action
$userInfo = $_SESSION["_USER_INFO"];
$limitRtimeout=60;
$limitRtimeout=180;
$limitCpu=0.9;
$limitMem=0.9;
......@@ -113,7 +113,7 @@ class MonitorAction extends Action
$id = $_GET["id"];
$this->assign('SYSTEM_INFO',C('SYSTEM_INFO'));
$limitRtimeout=60;
$limitRtimeout=180;
$limitCpu=0.9;
$limitMem=0.9;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment