Commit ccbef66b authored by chenchuanwen's avatar chenchuanwen

bridgeReload

parent c687617b
...@@ -20,7 +20,7 @@ $http = new swoole_http_server("0.0.0.0", 9501); ...@@ -20,7 +20,7 @@ $http = new swoole_http_server("0.0.0.0", 9501);
$http->myWorkerVar = 'global'; $http->myWorkerVar = 'global';
$http->set(array( $http->set(array(
'worker_num' => 2, 'worker_num' => 5,
'daemonize' => false, 'daemonize' => false,
)); ));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment