From 4ed4b64df8cdf319d486cb2bdfa836c4102cd1fb Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Sun, 28 Mar 2021 21:15:35 +0100 Subject: Update NEWS and UPGRADING for FPM addition of pm.max_spawn_rate --- UPGRADING | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'UPGRADING') diff --git a/UPGRADING b/UPGRADING index ceda239b76..1414a3e5d1 100644 --- a/UPGRADING +++ b/UPGRADING @@ -154,6 +154,10 @@ PHP 8.1 UPGRADE NOTES - FPM: . Added openmetrics status format. It can be used by Prometheus to fetch FPM metrics. + . Added new pool option for the dynamic process manager called + pm.max_spawn_rate. It allows to start number of children in a faster rate + when dynamic pm is selected. The default value is 32 which was the previous + hard coded value. - hash: . The following functions have changed signatures: -- cgit v1.2.1