]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Increase limits in roll history
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 10 Nov 2016 08:12:09 +0000 (11:12 +0300)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 10 Nov 2016 08:12:09 +0000 (11:12 +0300)
src/libserver/roll_history.h

index 678b7e8b75d5869ea018773086eb88245ffb6943..26d2a3be1083109d6305d0f117a76cfd8cd62433 100644 (file)
@@ -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