From e5a2758cb69f168e506fe8bf1346aab8a00ca5d9 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 7 Jan 2016 18:19:53 +0000 Subject: Implement redis classification --- src/libstat/stat_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstat/stat_internal.h') diff --git a/src/libstat/stat_internal.h b/src/libstat/stat_internal.h index 31257938d..787323fbc 100644 --- a/src/libstat/stat_internal.h +++ b/src/libstat/stat_internal.h @@ -57,7 +57,7 @@ struct rspamd_statfile { gpointer bkcf; }; -#define RSPAMD_MAX_TOKEN_LEN 16 +#define RSPAMD_MAX_TOKEN_LEN 8 typedef struct token_node_s { guchar data[RSPAMD_MAX_TOKEN_LEN]; guint window_idx; -- cgit v1.2.3