Ken 6 일 전
부모
커밋
6cd1a4e18b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/Services/BetService.php

+ 0 - 1
app/Services/BetService.php

@@ -436,7 +436,6 @@ class BetService extends BaseService
 
 
                     for ($i = 0; $i < $betTimes; $i++) {
-                        sleep(mt_rand(0, 2));
                         if (strtotime($issueInfo['end_time']) - strtotime($now_date) < 22) {
                             $fake_bet_count = Cache::get("fake_bet_count_{$issueInfo->issue_no}", 0);
                             if ($fake_bet_count >= 3) return;