walkor 10 years ago
parent
commit
5b76fe73a0
1 changed files with 2 additions and 3 deletions
  1. 2 3
      Workerman/Worker.php

+ 2 - 3
Workerman/Worker.php

@@ -21,7 +21,7 @@ class Worker
      * 版本号
      * @var string
      */
-    const VERSION = '3.1.3';
+    const VERSION = '3.1.4';
     
     /**
      * 状态 启动中
@@ -1279,8 +1279,7 @@ class Worker
         {
             return;
         }
-        // 统计数据
-        ConnectionInterface::$statistics['connection_count']++;
+        
         // 初始化连接对象
         $connection = new TcpConnection($new_socket);
         $connection->worker = $this;