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 d40f0d7 commit cf6fd55Copy full SHA for cf6fd55
README.md
@@ -40,7 +40,7 @@ TusUpload upload = new TusUpload(file);
40
// a connection to the remote server and doing the uploading.
41
TusUploader uploader = client.resumeOrCreateUpload(upload);
42
43
-// Upload the file in chunks of 1KB as long as data is available. Once the
+// Upload the file in chunks of 1MB as long as data is available. Once the
44
// file has been fully uploaded the method will return -1
45
while(uploader.uploadChunk(1024 * 1024) > -1) {
46
// Calculate the progress using the total size of the uploading file and
0 commit comments