Commit 7789728b authored by chenchuanwen's avatar chenchuanwen

bridgeedit

parent 1c710233
...@@ -15,11 +15,6 @@ $http = new swoole_http_server("0.0.0.0", 9501); ...@@ -15,11 +15,6 @@ $http = new swoole_http_server("0.0.0.0", 9501);
$http->myWorkerVar = 'global'; $http->myWorkerVar = 'global';
$http->set(array(
'worker_num' => 2,
'daemonize' => false,
));
$http->on('request', function ($request, $response) { $http->on('request', function ($request, $response) {
require_once APPLICATION_PATH . '/scripts/crontab/common.php'; require_once APPLICATION_PATH . '/scripts/crontab/common.php';
require_once APPLICATION_PATH . '/scripts/crontab/push/bridgeBase.php'; require_once APPLICATION_PATH . '/scripts/crontab/push/bridgeBase.php';
......
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