[new downloader] Fix fast migrate

This commit is contained in:
Sergey Yershov 2016-02-03 19:00:25 +03:00
parent 1d33afd38f
commit 463e4837c1

View file

@ -539,6 +539,7 @@ void Framework::RegisterAllMaps()
Settings::Get("DisableFastMigrate", disableFastMigrate);
if (!disableFastMigrate && !m_storage.HaveDownloadedCountries())
{
Storage().PrefetchMigrateData();
Migrate();
return;
}