flush 10x faster (#2558)
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
This commit is contained in:
parent
37c2495f9f
commit
0eabb0cd07
|
@ -47,7 +47,7 @@ static bool fs_ready = false;
|
||||||
|
|
||||||
EXTERN_ENGINE;
|
EXTERN_ENGINE;
|
||||||
|
|
||||||
#define F_SYNC_FREQUENCY 100
|
#define F_SYNC_FREQUENCY 10
|
||||||
|
|
||||||
static int totalLoggedBytes = 0;
|
static int totalLoggedBytes = 0;
|
||||||
static int fileCreatedCounter = 0;
|
static int fileCreatedCounter = 0;
|
||||||
|
|
Loading…
Reference in New Issue