فهرست منبع

修改超时时间和检查间隔

欧阳劲驰 2 ماه پیش
والد
کامیت
b85e292c61
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      src/main/resources/application.properties

+ 4 - 4
src/main/resources/application.properties

@@ -140,18 +140,18 @@ des.proxy.fdfs=http://116.63.130.83:9999
 
 #=============系统检查========================
 #超时时间
-system-check.ttl=24h
+system-check.ttl=1h
 #检查周期(毫秒)
-system-check.ttl-check-interval=60000
+system-check.ttl-check-interval=300000
 #资源路径
 system-check.resource-path=/home/kprCloud/alam_dma_kpr_plugin/sys-check-results/
 #结果滞后时间
 system-check.result-lag-duration=30m
 #=============第三方导入========================
 #超时时间
-third-import.ttl=24h
+third-import.ttl=1h
 #检查周期(毫秒)
-third-import.ttl-check-interval=60000
+third-import.ttl-check-interval=300000