Fcgi idle timeout

This commit is contained in:
Juan Pablo Vial
2025-07-12 09:43:02 -04:00
parent 4980839568
commit f752256f76

View File

@ -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