stanley-king 3 anni fa
parent
commit
4956d495a9
1 ha cambiato i file con 1 aggiunte e 4 eliminazioni
  1. 1 4
      helper/queue/iqueue.php

+ 1 - 4
helper/queue/iqueue.php

@@ -220,11 +220,8 @@ abstract class ILooper
             try
             {
                 if ($this->_stop) break;
-//                perfor_clear();
-                $perlog = perfor_log();
-                Log::record("perlog = {$perlog}" ,Log::DEBUG);
-
 
+                perfor_clear();
                 if(defined('USE_COROUTINE') && USE_COROUTINE)
                 {
                     $res = \Swoole\Coroutine::stats();