forked from organicmaps/organicmaps
[ios] "Reduced" maps size in downloader, increased 3G warning limit to 50Mb
This commit is contained in:
parent
316ba17487
commit
5d7ad6325a
1 changed files with 2 additions and 2 deletions
|
@ -10,9 +10,9 @@
|
|||
|
||||
#include "../../platform/platform.hpp"
|
||||
|
||||
#define MAX_3G_MEGABYTES 20
|
||||
#define MAX_3G_MEGABYTES 50
|
||||
|
||||
#define MB 1000*1000
|
||||
#define MB 1024*1024
|
||||
|
||||
using namespace storage;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue