stanley-king 4 년 전
부모
커밋
f8fd2c13ac
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 4 3
      helper/refill/RefillBase.php

+ 4 - 3
helper/refill/RefillBase.php

@@ -120,9 +120,10 @@ class RefillBase
                         $mod_refill->edit($order_id, ['is_retrying' => 1]);
                         $tran->commit();
 
-                        if(defined('USE_COROUTINE') && USE_COROUTINE) {
-                            \Swoole\Coroutine::sleep(1);
-                        }
+//                        if(defined('USE_COROUTINE') && USE_COROUTINE) {
+//                            \Swoole\Coroutine::sleep(1);
+//                        }
+                        
                         util::push_add($params);
 
                         return true;