Commit dcacb491 by qianyuheng

调整后台任务列表配置

parent 98adac19
......@@ -85,7 +85,7 @@
<!-- 关闭时等待后台应用服务退出时间(单位:毫秒) -->
<property name="waitExit" value="60000" class="long" />
<!-- 服务列表(以逗号隔开多个服务名,服务名前加下划线忽略后台应用服务超时时间) -->
<property name="serviceNames" value="_xxxtsk,_dxztsk,_hootsk,_cps711cktsk,_cps711tsk,_cps713cktsk,_cps713tsk,_cpssndtsk" class="java.lang.String[]" />
<property name="serviceNames" value="_xxxtsk,_dxztsk,_hootsk" class="java.lang.String[]" />
<property name="userNames" value="bgUser1" class="java.lang.String[]" />
<property name="millises" value="5000,5000,5000" class="long[]" />
<property name="timeouts" value="600000,600000,600000" class="long[]" />
......
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