increase trace log roll size (and max size) temporarily
This commit is contained in:
parent
416d94d5b0
commit
508debd606
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue