Kaynağa Gözat

Merge branch 'rmaster' into rtest

stanley-king 4 yıl önce
ebeveyn
işleme
d408891451
1 değiştirilmiş dosya ile 4 ekleme ve 3 silme
  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;