mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 16:16:21 +00:00
Set default max log size to 10MB
In case logrotate is on.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user