vali 6 éve
szülő
commit
7e24d83ac2

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

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