Block size set to 1MiB

This commit is contained in:
Imbus 2026-02-07 17:22:06 +01:00
parent 824f975510
commit 19bf88b2e6

View file

@ -24,7 +24,7 @@
#endif #endif
#ifndef BLOCKSIZE #ifndef BLOCKSIZE
#define BLOCKSIZE (4 * 1024 * 1024) #define BLOCKSIZE (1024 * 1024)
#endif #endif
#define BYTES_TO_MIB(bts) ((double)bts / (1024 * 1024)) #define BYTES_TO_MIB(bts) ((double)bts / (1024 * 1024))