Skip to content

Commit 28baba3

Browse files
authored
Apply suggestion from @henderkes
Signed-off-by: Marc <m@pyc.ac>
1 parent d12a6b3 commit 28baba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caddy/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ type FrankenPHPApp struct {
5757
MaxWaitTime time.Duration `json:"max_wait_time,omitempty"`
5858
// The maximum amount of time an autoscaled thread may be idle before being deactivated
5959
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)
60+
// MaxRequests sets the maximum number of requests a PHP thread handles before restarting (default: 0 = unlimited)
6161
MaxRequests int `json:"max_requests,omitempty"`
6262

6363
opts []frankenphp.Option

0 commit comments

Comments
 (0)