docs: max_wait_time (#1465)

This commit is contained in:
Alexander Stecher
2025-04-01 20:53:04 +02:00
committed by GitHub
parent ba36f92a35
commit c5752f9e3b
3 changed files with 10 additions and 7 deletions

View File

@@ -52,6 +52,7 @@ Optionally, the number of threads to create and [worker scripts](worker.md) to s
frankenphp {
num_threads <num_threads> # Sets the number of PHP threads to start. Default: 2x the number of available CPUs.
max_threads <num_threads> # Limits the number of additional PHP threads that can be started at runtime. Default: num_threads. Can be set to 'auto'.
max_wait_time <duration> # Sets the maximum time a request may wait for a free PHP thread before timing out. Default: disabled.
php_ini <key> <value> # Set a php.ini directive. Can be used several times to set multiple directives.
worker {
file <path> # Sets the path to the worker script.