Ken 5 days ago
parent
commit
d2e56699cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

@@ -226,7 +226,7 @@ class BetService extends BaseService
             // 群通知
             $inlineButton = self::getOperateButton();
             foreach ($groupTexts as $item) {
-                usleep(200000); // 暂停 100 毫秒
+                usleep(100000); // 暂停 100 毫秒
                 self::asyncBettingGroupNotice($item, $inlineButton);   // 异步群通知
             }