diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-24 23:02:59 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-24 23:02:59 +0100 |
commit | f163ec3b4f55cb0e7c5384ee1bd27561b3e8820e (patch) | |
tree | 3b99cd50d0bd11b7eee0aae3740fe4c44d11e889 /conf/options.inc | |
parent | efb6bd2dea636280bf95b466ce099c9bd848466c (diff) | |
download | rspamd-f163ec3b4f55cb0e7c5384ee1bd27561b3e8820e.tar.gz rspamd-f163ec3b4f55cb0e7c5384ee1bd27561b3e8820e.zip |
Finish history format rework.
Diffstat (limited to 'conf/options.inc')
-rw-r--r-- | conf/options.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/options.inc b/conf/options.inc index fe8f56f89..186afbade 100644 --- a/conf/options.inc +++ b/conf/options.inc @@ -23,3 +23,4 @@ classify_headers = [ ]; control_socket = "$DBDIR/rspamd.sock mode=0600"; +history_rows = 200; |