This commit is contained in:
laoyuyu
2018-12-03 20:36:46 +08:00
parent 97705701e4
commit ed0c98fd7e
10 changed files with 54 additions and 59 deletions

View File

@@ -66,6 +66,8 @@
<!--进度更新更新间隔默认1000毫秒-->
<updateInterval value="1000"/>
<!--除非无法使用注解否则不建议使用广播来接受任务状态true使用广播接收任务状态false不适用广播接收状态 -->
<useBroadcast value="false"/>
</download>
@@ -101,6 +103,9 @@
<!--进度更新更新间隔默认1000毫秒-->
<updateInterval value="1000"/>
<!--除非无法使用注解否则不建议使用广播来接受任务状态true使用广播接收任务状态false不适用广播接收状态 -->
<useBroadcast value="false"/>
</upload>
</aria>