mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 07:05:57 -05:00
[logger] Adjust log repeat max
This commit is contained in:
parent
92dee0386d
commit
919906233c
@ -38,7 +38,7 @@
|
||||
#include "conffile.h"
|
||||
#include "misc.h"
|
||||
|
||||
#define LOGGER_REPEAT_MAX 5
|
||||
#define LOGGER_REPEAT_MAX 10
|
||||
|
||||
/* We need our own check to avoid nested locking or recursive calls */
|
||||
#define LOGGER_CHECK_ERR(f) \
|
||||
|
Loading…
Reference in New Issue
Block a user