Skip to content

Commit

Permalink
Use a smaller block size for filesystem reads
Browse files Browse the repository at this point in the history
  • Loading branch information
tumic0 committed Jan 4, 2025
1 parent ad13a5b commit e2764b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/map/IMG/subfile.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
#include <QFile>
#include "imgdata.h"


#define BLOCK_BITS 12 /* 4096 bytes */
#define BLOCK_BITS 9 /* 512 bytes */

namespace IMG {

Expand Down

0 comments on commit e2764b6

Please sign in to comment.