forked from organicmaps/organicmaps
4 lines
130 B
C++
4 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;
|