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 f8ea48c commit 19c53e3Copy full SHA for 19c53e3
docs/config.md
@@ -112,6 +112,11 @@ You can also explicitly configure FrankenPHP using the [global option](https://c
112
# ...
113
```
114
115
+If the worker mode is enabled, an additional thread is required to handle the incoming requests,
116
+so the default `num_threads` value is `1 + 2x(number of available CPUs)`.
117
+
118
+Thus, in that mode if `num_threads` and `num` are explicitly set, `num_threads` must be strictly greater then `num`.
119
120
Alternatively, you may use the one-line short form of the `worker` option:
121
122
```caddyfile
0 commit comments