Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 2b27b96

Browse files
JuancaG05abelgardep
authored andcommitted
Increased the chunk size to 10 MB
1 parent 959cb7b commit 2b27b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

owncloudComLibrary/src/main/java/com/owncloud/android/lib/resources/files/chunks/ChunkedUploadFromFileSystemOperation.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class ChunkedUploadFromFileSystemOperation(
116116
}
117117

118118
companion object {
119-
const val CHUNK_SIZE = 1_024_000L
119+
const val CHUNK_SIZE = 10_240_000L // 10 MB
120120
private const val LAST_CHUNK_TIMEOUT = 900_000 // 15 mins.
121121
}
122122
}

0 commit comments

Comments
 (0)