This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
organicmaps-tmp/coding/constants.hpp
2015-09-22 16:40:16 -07:00

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;