mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-18 03:42:09 +01:00
Use a smaller block size for filesystem reads
This commit is contained in:
parent
ad13a5b0cf
commit
e2764b6232
@ -5,8 +5,7 @@
|
||||
#include <QFile>
|
||||
#include "imgdata.h"
|
||||
|
||||
|
||||
#define BLOCK_BITS 12 /* 4096 bytes */
|
||||
#define BLOCK_BITS 9 /* 512 bytes */
|
||||
|
||||
namespace IMG {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user