summaryrefslogtreecommitdiff
path: root/sapi/fpm/fpm/fpm_conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/fpm/fpm/fpm_conf.h')
-rw-r--r--sapi/fpm/fpm/fpm_conf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/fpm/fpm/fpm_conf.h b/sapi/fpm/fpm/fpm_conf.h
index cd71bb53fd..1d5eabe17c 100644
--- a/sapi/fpm/fpm/fpm_conf.h
+++ b/sapi/fpm/fpm/fpm_conf.h
@@ -70,6 +70,7 @@ struct fpm_worker_pool_config_s {
int pm_start_servers;
int pm_min_spare_servers;
int pm_max_spare_servers;
+ int pm_max_spawn_rate;
int pm_process_idle_timeout;
int pm_max_requests;
char *pm_status_path;