Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit a6d6c7c

Browse files
authored
Update workerman.php
1 parent 352d766 commit a6d6c7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/workerman.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292

9393
'http' => [
9494
'enable' => true,
95-
'listen' => 'http://0.0.0.0:7052',
95+
'listen' => 'http://0.0.0.0:7050',
9696
'count' => cpu_count() * 3,
9797
// 'user' => null,
9898
// 'group' => null,
@@ -106,7 +106,7 @@
106106
],
107107

108108
'slow_http' => [
109-
'enable' => false,
109+
'enable' => true,
110110
'listen' => 'http://0.0.0.0:7051',
111111
'count' => cpu_count() * 3,
112112
// 'user' => null,

0 commit comments

Comments
 (0)