Compare commits

...

2 Commits

Author SHA1 Message Date
85a27b96dd more childen 2022-11-05 19:45:40 +05:00
bd0563afa7 commented pdlib, its there there tho 2022-11-05 19:44:35 +05:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1946,5 +1946,5 @@ ldap.max_links = -1
; List of headers files to preload, wildcard patterns allowed.
;ffi.preload=
[pdlib]
extension="pdlib.so"
;[pdlib]
;extension="pdlib.so"

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'