diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-04-29 19:38:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-29 19:38:51 +0200 |
commit | 20e6577114251d899e0b279dcfd95a16323692cf (patch) | |
tree | 0d6c67fc1c40b9a9c34fcae002400a776902f9c8 /src/config/preferences.h | |
parent | e0bcaaf81fa93c9a258809bbe26859f0922654c7 (diff) | |
parent | 82a2b17c1febf544a81cdb4958519489960bcc81 (diff) | |
download | profani-tty-20e6577114251d899e0b279dcfd95a16323692cf.tar.gz |
Merge pull request #1701 from profanity-im/log-changes
Log file improvements
Diffstat (limited to 'src/config/preferences.h')
-rw-r--r-- | src/config/preferences.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/preferences.h b/src/config/preferences.h index b663e82a..46f2669a 100644 --- a/src/config/preferences.h +++ b/src/config/preferences.h @@ -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) |