mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-07 16:06:08 +00:00
Increased the chunk size to 10 MB
This commit is contained in:
parent
a01829870d
commit
5a8f267325
@ -116,7 +116,7 @@ class ChunkedUploadFromFileSystemOperation(
|
|||||||
}
|
}
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
const val CHUNK_SIZE = 1_024_000L
|
const val CHUNK_SIZE = 10_240_000L // 10 MB
|
||||||
private const val LAST_CHUNK_TIMEOUT = 900_000 // 15 mins.
|
private const val LAST_CHUNK_TIMEOUT = 900_000 // 15 mins.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user