vali 6 年之前
父節點
當前提交
f0260edc83
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      vendor/GatewayWorker_windows/Applications/whisper/Events.php

+ 2 - 2
vendor/GatewayWorker_windows/Applications/whisper/Events.php

@@ -1921,8 +1921,8 @@ class Events
 
 
                 //初始化.....
                 //初始化.....
                 self::upsystemconfig();
                 self::upsystemconfig();
-                //每3分钟更新一次系统配置文件
-                Timer::add(60 * 3, function () {
+                //每 30 分钟更新一次系统配置文件
+                Timer::add(60 * 30, function () {
                     self::upsystemconfig();
                     self::upsystemconfig();
                 });
                 });