diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-05-28 15:33:15 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-05-28 15:33:15 +0100 |
commit | a658ca6e8bc22d6dcdd4bf2148b1efcaa2b136be (patch) | |
tree | 8ba8549f9c17514b107a030af038aefc6c3490cb /centos/sources | |
parent | 57135f38e2bc6e743cf7849313a003aba2bcb0ae (diff) | |
download | rspamd-a658ca6e8bc22d6dcdd4bf2148b1efcaa2b136be.tar.gz rspamd-a658ca6e8bc22d6dcdd4bf2148b1efcaa2b136be.zip |
Increase default limit, as unloading logic is broken.
Diffstat (limited to 'centos/sources')
-rw-r--r-- | centos/sources/rspamd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/centos/sources/rspamd.xml b/centos/sources/rspamd.xml index f83947d12..b3cb1bf18 100644 --- a/centos/sources/rspamd.xml +++ b/centos/sources/rspamd.xml @@ -12,7 +12,7 @@ <!-- Turned on C filters --> <filters>regexp,surbl,chartable,fuzzy_check,spf,dkim</filters> <!-- Maximum size of statistics mapped in memory --> - <statfile_pool_size>250M</statfile_pool_size> + <statfile_pool_size>1G</statfile_pool_size> <!-- Raw mode is non-utf mode. In utf mode all messages are converted to utf8 (if possible) --> <raw_mode>no</raw_mode> <!-- Check text attachements as ordinary text parts --> |