File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ PHP NEWS
13
13
- FPM:
14
14
. Added openmetrics status format. (Cees-Jan Kiewiet)
15
15
. Enable process renaming on macOS. (devnexen)
16
+ . Added pm.max_spawn_rate option to configure max spawn child processes rate.
17
+ (Paulius Sapragonas)
16
18
17
19
- FTP:
18
20
. Convert resource<ftp> to object \FTPConnection. (Sara)
Original file line number Diff line number Diff line change @@ -154,6 +154,10 @@ PHP 8.1 UPGRADE NOTES
154
154
- FPM:
155
155
. Added openmetrics status format. It can be used by Prometheus to fetch FPM
156
156
metrics.
157
+ . Added new pool option for the dynamic process manager called
158
+ pm.max_spawn_rate. It allows to start number of children in a faster rate
159
+ when dynamic pm is selected. The default value is 32 which was the previous
160
+ hard coded value.
157
161
158
162
- hash:
159
163
. The following functions have changed signatures:
You can’t perform that action at this time.
0 commit comments