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 080f987 commit db5f253Copy full SHA for db5f253
src/config/plugin/webman/gateway-worker/process.php
@@ -9,6 +9,7 @@
9
'handler' => Gateway::class,
10
'listen' => 'websocket://0.0.0.0:7272',
11
'count' => cpu_count(),
12
+ 'reloadable' => false,
13
'constructor' => ['config' => [
14
'lanIp' => '127.0.0.1',
15
'startPort' => 2300,
0 commit comments