Skip to content

Commit 6780c1c

Browse files
authored
Update process.php
1 parent 0fc0731 commit 6780c1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/config/plugin/webman/gateway-worker/process.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'gateway' => [
99
'handler' => Gateway::class,
1010
'listen' => 'websocket://0.0.0.0:7272',
11-
'count' => cpu_count(),
11+
'count' => 2,
1212
'reloadable' => false,
1313
'constructor' => ['config' => [
1414
'lanIp' => '127.0.0.1',
@@ -32,6 +32,7 @@
3232
'handler' => Register::class,
3333
'listen' => 'text://127.0.0.1:1236',
3434
'count' => 1, // Must be 1
35+
'reloadable' => false,
3536
'constructor' => []
3637
],
3738
];

0 commit comments

Comments
 (0)