Modify socket timeout 55/21955/1
authorwangguirong <wangguirong@boco.com.cn>
Fri, 3 Nov 2017 03:30:26 +0000 (11:30 +0800)
committerwangguirong <wangguirong@boco.com.cn>
Fri, 3 Nov 2017 03:31:00 +0000 (11:31 +0800)
Change-Id: I5a71a1251c2bcad2f6a102a07cafa313b75b90b6
Issue-Id: VFC-548
Signed-off-by: wangguirong <wangguirong@boco.com.cn>
ems/boco/conf/crontab.xml
ems/microservice-standalone/src/main/assembly/conf/crontab.xml

index 412160a..1fd4ca7 100644 (file)
          <granularity>15</granularity>
       </crontab>
       <crontab type ="ems_performance" crontab="0 0/15 * * * ?">
-          <match>/&lt;*${s_year}${s_mon}${s_day}${s_hour}&gt;/.*${s_year}${s_mon}${s_day}${s_hour}${s_min}.*</match>
+          <match>/&lt;${s_year}${s_mon}${s_day}${s_hour}&gt;/.*${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
index 412160a..1fd4ca7 100644 (file)
          <granularity>15</granularity>
       </crontab>
       <crontab type ="ems_performance" crontab="0 0/15 * * * ?">
-          <match>/&lt;*${s_year}${s_mon}${s_day}${s_hour}&gt;/.*${s_year}${s_mon}${s_day}${s_hour}${s_min}.*</match>
+          <match>/&lt;${s_year}${s_mon}${s_day}${s_hour}&gt;/.*${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