increase trace log roll size (and max size) temporarily

This commit is contained in:
Jon Fu 2021-11-16 13:08:23 -05:00
parent 416d94d5b0
commit 508debd606
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
#include "flow/Error.h"
#include "flow/ITrace.h"
#define TRACE_DEFAULT_ROLL_SIZE (10 << 20)
#define TRACE_DEFAULT_ROLL_SIZE (10 << 40)
#define TRACE_DEFAULT_MAX_LOGS_SIZE (10 * TRACE_DEFAULT_ROLL_SIZE)
inline int fastrand() {