diff --git a/src/config/plugin/webman/gateway-worker/process.php b/src/config/plugin/webman/gateway-worker/process.php index c29c7b0..c483484 100644 --- a/src/config/plugin/webman/gateway-worker/process.php +++ b/src/config/plugin/webman/gateway-worker/process.php @@ -8,7 +8,7 @@ 'gateway' => [ 'handler' => Gateway::class, 'listen' => 'websocket://0.0.0.0:7272', - 'count' => cpu_count(), + 'count' => 2, 'reloadable' => false, 'constructor' => ['config' => [ 'lanIp' => '127.0.0.1', @@ -32,6 +32,7 @@ 'handler' => Register::class, 'listen' => 'text://127.0.0.1:1236', 'count' => 1, // Must be 1 + 'reloadable' => false, 'constructor' => [] ], ];