[logger] Adjust log repeat max

This commit is contained in:
ejurgensen 2020-01-10 21:32:41 +01:00
parent 92dee0386d
commit 919906233c

View File

@ -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) \