[ios] "Reduced" maps size in downloader, increased 3G warning limit to 50Mb

This commit is contained in:
Alex Zolotarev 2012-03-16 17:29:19 +03:00 committed by Alex Zolotarev
parent 316ba17487
commit 5d7ad6325a

View file

@ -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;