diff options
author | wangguirong <wangguirong@boco.com.cn> | 2017-11-03 11:30:26 +0800 |
---|---|---|
committer | wangguirong <wangguirong@boco.com.cn> | 2017-11-03 11:31:00 +0800 |
commit | 4073794b19d3b0bd6b40635d7f09deded0103dd7 (patch) | |
tree | 3ce6ea849c6194778fc016689c6b5edabca72838 | |
parent | 6d450e3957a62551fb52fa970b89251d6dde9982 (diff) |
Modify socket timeout
Change-Id: I5a71a1251c2bcad2f6a102a07cafa313b75b90b6
Issue-Id: VFC-548
Signed-off-by: wangguirong <wangguirong@boco.com.cn>
-rw-r--r-- | ems/boco/conf/crontab.xml | 4 | ||||
-rw-r--r-- | ems/microservice-standalone/src/main/assembly/conf/crontab.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ems/boco/conf/crontab.xml b/ems/boco/conf/crontab.xml index 412160a..1fd4ca7 100644 --- a/ems/boco/conf/crontab.xml +++ b/ems/boco/conf/crontab.xml @@ -23,10 +23,10 @@ <granularity>15</granularity> </crontab> <crontab type ="ems_performance" crontab="0 0/15 * * * ?"> - <match>/<*${s_year}${s_mon}${s_day}${s_hour}>/.*${s_year}${s_mon}${s_day}${s_hour}${s_min}.*</match> + <match>/<${s_year}${s_mon}${s_day}${s_hour}>/.*${s_year}${s_mon}${s_day}${s_hour}${s_min}.*</match> <granularity>15</granularity> </crontab> <crontab type ="ems_alarm" iscollect="true"> - <readtimeout>18000</readtimeout>; + <readtimeout>180000</readtimeout>; </crontab> </scheduler>
\ No newline at end of file diff --git a/ems/microservice-standalone/src/main/assembly/conf/crontab.xml b/ems/microservice-standalone/src/main/assembly/conf/crontab.xml index 412160a..1fd4ca7 100644 --- a/ems/microservice-standalone/src/main/assembly/conf/crontab.xml +++ b/ems/microservice-standalone/src/main/assembly/conf/crontab.xml @@ -23,10 +23,10 @@ <granularity>15</granularity> </crontab> <crontab type ="ems_performance" crontab="0 0/15 * * * ?"> - <match>/<*${s_year}${s_mon}${s_day}${s_hour}>/.*${s_year}${s_mon}${s_day}${s_hour}${s_min}.*</match> + <match>/<${s_year}${s_mon}${s_day}${s_hour}>/.*${s_year}${s_mon}${s_day}${s_hour}${s_min}.*</match> <granularity>15</granularity> </crontab> <crontab type ="ems_alarm" iscollect="true"> - <readtimeout>18000</readtimeout>; + <readtimeout>180000</readtimeout>; </crontab> </scheduler>
\ No newline at end of file |