move a long, these are not the changes you are looking for

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-09-28 10:44:59 +02:00
parent d2c142c07e
commit 93ba24374b
2 changed files with 10 additions and 10 deletions

View File

@@ -163,7 +163,7 @@ class phpinterface_fpm
$fpm_config.= 'pm.max_spare_servers = '.$fpm_max_spare_servers."\n";
} elseif ($fpm_pm == 'ondemand') {
$fpm_config.= 'pm.start_servers = '.$fpm_start_servers."\n";
$fpm_config.= 'pm.process_idle_timeout = '.$fpm_process_idle_timeout."\n";
$fpm_config.= 'pm.process_idle_timeout = '.$fpm_process_idle_timeout."\n";
}
$fpm_config.= 'pm.max_requests = '.$fpm_requests."\n";