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