more childen

This commit is contained in:
Shihaam Abdul Rahman 2022-11-05 19:45:40 +05:00
parent bd0563afa7
commit 85a27b96dd
Signed by: shihaam
GPG Key ID: 16ADCF6871CB2A56

View File

@ -111,7 +111,7 @@ pm = dynamic
; forget to tweak pm.* to fit your needs.
; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
; Note: This value is mandatory.
pm.max_children = 5
pm.max_children = 25
; The number of child processes created on startup.
; Note: Used only when pm is set to 'dynamic'