enh: log window: bigger scrollback buffer

This commit is contained in:
Stéphane Lesimple
2021-06-27 21:02:43 +02:00
parent bd9777a531
commit 6444ff67c5

View File

@@ -150,7 +150,7 @@ void CalcSectors(guint64 size, guint64 *sectors, int *in_last)
#ifndef WITH_CLI_ONLY_YES
#define MAX_LOG_WIN_SIZE 10240
#define MAX_LOG_WIN_SIZE 1024000
static void clamp_gstring(GString *string)
{ gchar *ptr;