diff options
author | Andrew Lewis <nerf@judo.za.org> | 2017-03-14 16:10:14 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2017-03-14 16:10:14 +0200 |
commit | 9f01df6f5a74314c2c3478bc672125e894ada64f (patch) | |
tree | b7d747d15c32afc511b5e20fd6dceaa940bf7a44 /src/rspamd_proxy.c | |
parent | 83b5732cda9a7f6c424ed704466cd8e85ea93131 (diff) | |
download | rspamd-9f01df6f5a74314c2c3478bc672125e894ada64f.tar.gz rspamd-9f01df6f5a74314c2c3478bc672125e894ada64f.zip |
[Fix] Proxy: max_retries option
Diffstat (limited to 'src/rspamd_proxy.c')
-rw-r--r-- | src/rspamd_proxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
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), |