diff options
Diffstat (limited to 'conf/modules.d/fann_redis.conf')
-rw-r--r-- | conf/modules.d/fann_redis.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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" |