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