Options for the freescout PHP pool. See the documentation on php-fpm.conf for details on configuration directives.
Declarations
Type
attribute set of (string or signed integer or boolean)Default
{
pm = "ondemand";
"pm.max_children" = 32;
"pm.max_requests" = 500;
"pm.process_idle_timeout" = "120s";
}