diff --git a/storage/country_info.cpp b/storage/country_info.cpp index 219c7517f3..e38f8e1771 100644 --- a/storage/country_info.cpp +++ b/storage/country_info.cpp @@ -42,7 +42,7 @@ namespace storage */ CountryInfoGetter::CountryInfoGetter(ModelReaderPtr polyR, ModelReaderPtr countryR) - : m_reader(polyR), m_cache(2) + : m_reader(polyR), m_cache(3) { ReaderSource src(m_reader.GetReader(PACKED_POLYGONS_INFO_TAG)); rw::Read(src, m_countries);