We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc0731 commit 6780c1cCopy full SHA for 6780c1c
src/config/plugin/webman/gateway-worker/process.php
@@ -8,7 +8,7 @@
8
'gateway' => [
9
'handler' => Gateway::class,
10
'listen' => 'websocket://0.0.0.0:7272',
11
- 'count' => cpu_count(),
+ 'count' => 2,
12
'reloadable' => false,
13
'constructor' => ['config' => [
14
'lanIp' => '127.0.0.1',
@@ -32,6 +32,7 @@
32
'handler' => Register::class,
33
'listen' => 'text://127.0.0.1:1236',
34
'count' => 1, // Must be 1
35
+ 'reloadable' => false,
36
'constructor' => []
37
],
38
];
0 commit comments