Skip to content

Commit

Permalink
Update process.php
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor committed Apr 30, 2024
1 parent 0fc0731 commit 6780c1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config/plugin/webman/gateway-worker/process.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -32,6 +32,7 @@
'handler' => Register::class,
'listen' => 'text://127.0.0.1:1236',
'count' => 1, // Must be 1
'reloadable' => false,
'constructor' => []
],
];

0 comments on commit 6780c1c

Please sign in to comment.