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:
parent
ad13a5b0cf
commit
e2764b6232
@ -5,8 +5,7 @@
|
|||||||
#include <QFile>
|
#include <QFile>
|
||||||
#include "imgdata.h"
|
#include "imgdata.h"
|
||||||
|
|
||||||
|
#define BLOCK_BITS 9 /* 512 bytes */
|
||||||
#define BLOCK_BITS 12 /* 4096 bytes */
|
|
||||||
|
|
||||||
namespace IMG {
|
namespace IMG {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user