mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 21:13:35 +00:00
To expand with full Organic Maps and Maps.ME commits history run: git remote add om-historic [om-historic.git repo url] git fetch --tags om-historic git replace squashed-history historic-commits
5 lines
130 B
C++
5 lines
130 B
C++
#pragma once
|
|
|
|
static const size_t READ_FILE_BUFFER_SIZE = 512 * 1024;
|
|
static const unsigned int ZIP_FILE_BUFFER_SIZE = 64 * 1024;
|