From: Andrew Lewis Date: Tue, 14 Mar 2017 14:10:14 +0000 (+0200) Subject: [Fix] Proxy: max_retries option X-Git-Tag: 1.5.3~28^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9f01df6f5a74314c2c3478bc672125e894ada64f;p=rspamd.git [Fix] Proxy: max_retries option --- diff --git a/src/rspamd_proxy.c b/src/rspamd_proxy.c index 8be244229..50567e32e 100644 --- a/src/rspamd_proxy.c +++ b/src/rspamd_proxy.c @@ -674,7 +674,7 @@ init_rspamd_proxy (struct rspamd_config *cfg) "Compare script to be executed"); rspamd_rcl_register_worker_option (cfg, type, - "timeout", + "max_retries", rspamd_rcl_parse_struct_integer, ctx, G_STRUCT_OFFSET (struct rspamd_proxy_ctx, max_retries),