From: wangguirong Date: Fri, 3 Nov 2017 03:30:26 +0000 (+0800) Subject: Modify socket timeout X-Git-Tag: v1.0.1~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F55%2F21955%2F1;p=vfc%2Fnfvo%2Fdriver%2Fems.git Modify socket timeout Change-Id: I5a71a1251c2bcad2f6a102a07cafa313b75b90b6 Issue-Id: VFC-548 Signed-off-by: wangguirong --- 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 @@ 15 - /<*${s_year}${s_mon}${s_day}${s_hour}>/.*${s_year}${s_mon}${s_day}${s_hour}${s_min}.* + /<${s_year}${s_mon}${s_day}${s_hour}>/.*${s_year}${s_mon}${s_day}${s_hour}${s_min}.* 15 - 18000; + 180000; \ 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 @@ 15 - /<*${s_year}${s_mon}${s_day}${s_hour}>/.*${s_year}${s_mon}${s_day}${s_hour}${s_min}.* + /<${s_year}${s_mon}${s_day}${s_hour}>/.*${s_year}${s_mon}${s_day}${s_hour}${s_min}.* 15 - 18000; + 180000; \ No newline at end of file