From: Vsevolod Stakhov Date: Thu, 10 Nov 2016 08:12:09 +0000 (+0300) Subject: [Minor] Increase limits in roll history X-Git-Tag: 1.4.0~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29a42adac9a52e7cd513c15d5f75c049413f08f7;p=thirdparty%2Frspamd.git [Minor] Increase limits in roll history --- diff --git a/src/libserver/roll_history.h b/src/libserver/roll_history.h index 678b7e8b75..26d2a3be10 100644 --- a/src/libserver/roll_history.h +++ b/src/libserver/roll_history.h @@ -24,8 +24,8 @@ * and displaying them in webui */ -#define HISTORY_MAX_ID 64 -#define HISTORY_MAX_SYMBOLS 128 +#define HISTORY_MAX_ID 256 +#define HISTORY_MAX_SYMBOLS 256 #define HISTORY_MAX_USER 32 #define HISTORY_MAX_ADDR 32