diff --git a/app/fcgi.conf b/app/fcgi.conf index 2d9dc7c..7b653dc 100644 --- a/app/fcgi.conf +++ b/app/fcgi.conf @@ -152,6 +152,7 @@ pm.max_children = 5 ; Note: Used only when pm is set to 'ondemand' ; Default Value: 10s ;pm.process_idle_timeout = 10s; +pm.process_idle_timeout = 10s ; The number of requests each child process should execute before respawning. ; This can be useful to work around memory leaks in 3rd party libraries. For