1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-28 10:16:35 +00:00

Compare commits

..

No commits in common. "6e919b8062f232eac1de0db59f596d42f90aee05" and "fd7f8164cc5b7ee30a6578ebef9fb32d7c372bbc" have entirely different histories.

View File

@ -116,7 +116,7 @@ class ChunkedUploadFromFileSystemOperation(
} }
companion object { companion object {
const val CHUNK_SIZE = 10_240_000L // 10 MB const val CHUNK_SIZE = 1_024_000L
private const val LAST_CHUNK_TIMEOUT = 900_000 // 15 mins. private const val LAST_CHUNK_TIMEOUT = 900_000 // 15 mins.
} }
} }