Pre-release

This commit is contained in:
Ali
2020-06-29 23:06:56 +04:00
parent b5e2dcad06
commit 4c615af553
5 changed files with 14 additions and 13 deletions

View File

@@ -152,11 +152,11 @@ private final class MultipartUploadManager {
self.progress = progress
self.completed = completed
//if headerSize == 0 {
if headerSize == 0 {
self.headerPartState = .ready
/*} else {
} else {
self.headerPartState = .notStarted
}*/
}
if let hintFileSize = hintFileSize, hintFileSize > 10 * 1024 * 1024 {
self.defaultPartSize = 512 * 1024