We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b82f2 commit 451d148Copy full SHA for 451d148
src/main/java/com/box/sdk/LargeFileUpload.java
@@ -163,7 +163,7 @@ private List<BoxFileUploadSessionPart> uploadParts(BoxFileUploadSession.Info ses
163
164
int partSize = session.getPartSize();
165
long offset = 0;
166
- int processed = 0;
+ long processed = 0;
167
int partPostion = 0;
168
while (processed < fileSize) {
169
//Waiting for any thread to finish before
0 commit comments