From: Vsevolod Stakhov Date: Tue, 3 Oct 2017 18:25:47 +0000 (+0100) Subject: [Conf] Disable fann_redis module by default X-Git-Tag: 1.7.0~587 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ce95889425c855e0810eceae6edb9e228cbc2072;p=rspamd.git [Conf] Disable fann_redis module by default --- diff --git a/conf/modules.d/fann_redis.conf b/conf/modules.d/fann_redis.conf index 5ddae1e9b..36e9e3743 100644 --- a/conf/modules.d/fann_redis.conf +++ b/conf/modules.d/fann_redis.conf @@ -21,6 +21,8 @@ fann_redis { spam_score = 8; # Score to learn spam ham_score = -2; # Score to learn ham } + timeout = 20; # Increase redis timeout + enabled = false; # Explicitly disable module use_settings = false; # If enabled, then settings-id could switch this module to another FANN .include(try=true,priority=5) "${DBDIR}/dynamic/fann_redis.conf" .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/fann_redis.conf"