mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Set default max log size to 10MB
In case logrotate is on.
This commit is contained in:
parent
e0bcaaf81f
commit
c4d7f1c29a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user