Welcome to mirror list, hosted at ThFree Co, Russian Federation.

constants.hpp « coding - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c37e681ec0a8bef1e0405fdcdd76a303c8b10623 (plain)
1
2
3
4
#pragma once

static const size_t READ_FILE_BUFFER_SIZE = 512 * 1024;
static const unsigned int ZIP_FILE_BUFFER_SIZE = 64 * 1024;