1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Set default max log size to 10MB

In case logrotate is on.
This commit is contained in:
Michael Vetter 2022-04-29 14:41:41 +02:00
parent e0bcaaf81f
commit c4d7f1c29a

View File

@ -42,7 +42,7 @@
#include <glib.h>
#define PREFS_MIN_LOG_SIZE 64
#define PREFS_MAX_LOG_SIZE 1048580
#define PREFS_MAX_LOG_SIZE (10 * 1024 * 1024)
// represents all settings in .profrc
// each enum value is mapped to a group and key in .profrc (see preferences.c)