forked from organicmaps/organicmaps
[downloader] make chunks uniform in all downloaders
This commit is contained in:
parent
4498826de8
commit
d6f688b2b6
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ extern "C"
|
|||
g_currentRequest.reset(HttpRequest::GetFile(
|
||||
curFile.m_urls, curFile.m_pathOnSdcard, curFile.m_fileSize,
|
||||
onFinish, onProgress,
|
||||
64 * 1024, false));
|
||||
512 * 1024, false));
|
||||
}
|
||||
|
||||
JNIEXPORT void JNICALL
|
||||
|
|
Loading…
Add table
Reference in a new issue