From 29a42adac9a52e7cd513c15d5f75c049413f08f7 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 10 Nov 2016 11:12:09 +0300 Subject: [PATCH] [Minor] Increase limits in roll history --- src/libserver/roll_history.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libserver/roll_history.h b/src/libserver/roll_history.h index 678b7e8b7..26d2a3be1 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 -- 2.39.5