efm syncing - maybe a bit less agressive at every 0.5 sec or 5mb...

This commit is contained in:
Carsten Haitzler 2021-02-14 10:40:06 +00:00
parent 47712617fc
commit 089b0860b4
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ void *alloca(size_t);
#define COPYBUFSIZE 16384
#define REMOVECHUNKSIZE 4096
#define NB_PASS 3
#define SYNC_TIME 0.2
#define SYNC_BYTES (512 * 1024)
#define SYNC_TIME 0.5
#define SYNC_BYTES (5 * 1024 * 1024)
#define E_FREE(p) do { free(p); p = NULL; } while (0)