Skip to content

Commit 4ed4b64

Browse files
committed
Update NEWS and UPGRADING for FPM addition of pm.max_spawn_rate
1 parent 4361fff commit 4ed4b64

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ PHP NEWS
1313
- FPM:
1414
. Added openmetrics status format. (Cees-Jan Kiewiet)
1515
. Enable process renaming on macOS. (devnexen)
16+
. Added pm.max_spawn_rate option to configure max spawn child processes rate.
17+
(Paulius Sapragonas)
1618

1719
- FTP:
1820
. Convert resource<ftp> to object \FTPConnection. (Sara)

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@ PHP 8.1 UPGRADE NOTES
154154
- FPM:
155155
. Added openmetrics status format. It can be used by Prometheus to fetch FPM
156156
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.
157161

158162
- hash:
159163
. The following functions have changed signatures:

0 commit comments

Comments
 (0)