diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-07-01 14:36:22 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-07-01 14:36:22 +0100 |
commit | 10aa9266198ba6e980eac5aaff5504e3002775bc (patch) | |
tree | 0de8d1c0bcb1fb0e416ae4a85e6130c1224e21bc /conf | |
parent | 4bd0eb5511a3913e03962c79f72f5a54f8bb8a72 (diff) | |
download | rspamd-10aa9266198ba6e980eac5aaff5504e3002775bc.tar.gz rspamd-10aa9266198ba6e980eac5aaff5504e3002775bc.zip |
[Project] Remove has_torch definitions
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.d/neural.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/modules.d/neural.conf b/conf/modules.d/neural.conf index 1c27403bf..d81f36ea2 100644 --- a/conf/modules.d/neural.conf +++ b/conf/modules.d/neural.conf @@ -26,8 +26,6 @@ neural { } timeout = 20; # Increase redis timeout - enabled = ${HAS_TORCH}; # Explicitly disable module when torch is disabled - use_settings = false; # If enabled, then settings-id is used to dispatch networks # Legacy support .include(try=true,priority=5) "${DBDIR}/dynamic/fann_redis.conf" |