diff --git a/src/bin/e_fm_op.c b/src/bin/e_fm_op.c index a2e8bfb61..b0be7c09b 100644 --- a/src/bin/e_fm_op.c +++ b/src/bin/e_fm_op.c @@ -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)