Ken před 6 dny
rodič
revize
a7765119a3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

@@ -488,7 +488,7 @@ class BetService extends BaseService
                             $inlineButton = self::getOperateButton();
 
                             // 群通知  暂停2秒再发送,避免同时发送多个消息而超过 Telegram 的频率限制
-                            sleep(3);
+                            sleep(2);
                             self::asyncBettingGroupNotice($groupText, $inlineButton);   // 异步群通知
                         }
                     }