From ce95889425c855e0810eceae6edb9e228cbc2072 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 3 Oct 2017 19:25:47 +0100 Subject: [Conf] Disable fann_redis module by default --- conf/modules.d/fann_redis.conf | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.3