Allow many large messages

This commit is contained in:
Felix Brucker
2018-10-02 21:08:13 +02:00
committed by Jan Vidar Krey
parent e43aea35cc
commit 99711a5c6e
2 changed files with 5 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
#include "util/list.h"
#include "util/cbuffer.h"
#define MAX_HISTORY_SIZE 16384
#define MAX_HISTORY_SIZE 614400
struct chat_history_data
{