We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d12a6b3 commit 28baba3Copy full SHA for 28baba3
caddy/app.go
@@ -57,7 +57,7 @@ type FrankenPHPApp struct {
57
MaxWaitTime time.Duration `json:"max_wait_time,omitempty"`
58
// The maximum amount of time an autoscaled thread may be idle before being deactivated
59
MaxIdleTime time.Duration `json:"max_idle_time,omitempty"`
60
- // MaxRequests sets the maximum number of requests a regular (non-worker) PHP thread handles before restarting (0 = unlimited)
+ // MaxRequests sets the maximum number of requests a PHP thread handles before restarting (default: 0 = unlimited)
61
MaxRequests int `json:"max_requests,omitempty"`
62
63
opts []frankenphp.Option
0 commit comments