You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`listen`| string\|[Listen](https://github.com/phpstreamserver/http-server/blob/main/src/Listen.php)\|[Listen[]](https://github.com/phpstreamserver/http-server/blob/main/src/Listen.php)|*not set*| The address at which the server is listening. |
98
-
|`count`| int |1 | Optional. The number of processes to start. |
99
-
|`reloadable`| bool | true | Optional. Whether the worker can be reloaded with the reload command. |
100
-
|`user`| string |*not set*| Optional. Unix user of process. Current user by default. |
101
-
|`group`| string |*not set*| Optional. Unix group of process. Current group by default. |
102
-
|`middleware`|[Middleware[]](https://github.com/amphp/http-server/blob/3.x/src/Middleware.php)|*not set*| Optional. A list of middlewares for processing HTTP requests. |
103
-
|`reloadStrategies`|[ReloadStrategy[]](https://github.com/phpstreamserver/core/blob/main/src/ReloadStrategy/ReloadStrategy.php)|*not set*| Optional. The strategies used to reload the worker. |
|`listen`| string\|[Listen](https://github.com/phpstreamserver/http-server/blob/main/src/Listen.php)\|[Listen[]](https://github.com/phpstreamserver/http-server/blob/main/src/Listen.php)|*not set*| The address at which the server is listening. |
98
+
|`count`| int |*not set*| Optional. The number of processes to start. Defaults to number of CPUs.|
99
+
|`reloadable`| bool | true | Optional. Whether the worker can be reloaded with the reload command. |
100
+
|`user`| string |*not set*| Optional. Unix user of process. Current user by default. |
101
+
|`group`| string |*not set*| Optional. Unix group of process. Current group by default. |
102
+
|`middleware`|[Middleware[]](https://github.com/amphp/http-server/blob/3.x/src/Middleware.php)|*not set*| Optional. A list of middlewares for processing HTTP requests. |
103
+
|`reloadStrategies`|[ReloadStrategy[]](https://github.com/phpstreamserver/core/blob/main/src/ReloadStrategy/ReloadStrategy.php)|*not set*| Optional. The strategies used to reload the worker. |
0 commit comments