1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-01-18 11:52:08 +01:00

Use a smaller block size for filesystem reads

This commit is contained in:
Martin Tůma 2025-01-04 12:00:57 +01:00
parent ad13a5b0cf
commit e2764b6232

View File

@ -5,8 +5,7 @@
#include <QFile>
#include "imgdata.h"
#define BLOCK_BITS 12 /* 4096 bytes */
#define BLOCK_BITS 9 /* 512 bytes */
namespace IMG {