summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnbit <info@unbit.it>2015-10-09 07:46:19 +0200
committerUnbit <info@unbit.it>2015-10-09 07:46:19 +0200
commit6829d51f75be5d20a4504ea9e1c1ec61b0f82278 (patch)
tree1a1c054b35b1a87e92a1f144d72c3ee266da1642
parent753c7f73439f305f32f3ff9d86b31299bf299b19 (diff)
downloaduwsgi-intellisurvey.tar.gz
added fastrouter-max-retriesintellisurvey
-rw-r--r--plugins/fastrouter/fastrouter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/fastrouter/fastrouter.c b/plugins/fastrouter/fastrouter.c
index fb16a395..e1455862 100644
--- a/plugins/fastrouter/fastrouter.c
+++ b/plugins/fastrouter/fastrouter.c
@@ -67,6 +67,7 @@ static struct uwsgi_option fastrouter_options[] = {
{"fastrouter-emperor-socket", required_argument, 0, "set the emperor command socket that will receive spawn commands", uwsgi_opt_set_str, &ufr.cr.emperor_socket, 0},
{"fastrouter-defer-connect-timeout", required_argument, 0, "set fastrouter defer connect timeout", uwsgi_opt_set_int, &ufr.cr.defer_connect_timeout, 0},
+ {"fastrouter-max-retries", required_argument, 0, "set fastrouter max retry attempts", uwsgi_opt_set_int, &ufr.cr.max_retries, 0},
UWSGI_END_OF_OPTIONS
};