Commit 0f5feb3e authored by 吴贤德's avatar 吴贤德

修改监控汇报超时阈值 30s —> 60s

parent 5a6287d2
...@@ -17,7 +17,7 @@ class MonitorAction extends Action ...@@ -17,7 +17,7 @@ class MonitorAction extends Action
$this->assign('SYSTEM_INFO',C('SYSTEM_INFO')); $this->assign('SYSTEM_INFO',C('SYSTEM_INFO'));
$limitRtimeout=30; $limitRtimeout=60;
$limitCpu=0.9; $limitCpu=0.9;
$limitMem=0.9; $limitMem=0.9;
...@@ -105,7 +105,7 @@ class MonitorAction extends Action ...@@ -105,7 +105,7 @@ class MonitorAction extends Action
$id = $_GET["id"]; $id = $_GET["id"];
$this->assign('SYSTEM_INFO',C('SYSTEM_INFO')); $this->assign('SYSTEM_INFO',C('SYSTEM_INFO'));
$limitRtimeout=30; $limitRtimeout=60;
$limitCpu=0.9; $limitCpu=0.9;
$limitMem=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