flush 10x faster (#2558)

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
This commit is contained in:
Matthew Kennedy 2021-04-15 06:31:38 -07:00 committed by GitHub
parent 37c2495f9f
commit 0eabb0cd07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ static bool fs_ready = false;
EXTERN_ENGINE;
#define F_SYNC_FREQUENCY 100
#define F_SYNC_FREQUENCY 10
static int totalLoggedBytes = 0;
static int fileCreatedCounter = 0;