mirror of
https://github.com/rclone/rclone.git
synced 2025-01-11 08:49:37 +01:00
b2 with crypt: fix crash when uploading large files - fixes #673
This commit is contained in:
parent
b3d0848d09
commit
2eaac80c86
@ -468,6 +468,7 @@ func AccountByPart(obj Object) *Account {
|
||||
acc := Stats.inProgress.get(obj.Remote())
|
||||
if acc == nil {
|
||||
Debug(obj, "Didn't find object to account part transfer")
|
||||
return nil
|
||||
}
|
||||
acc.disableWholeFileAccounting()
|
||||
return acc
|
||||
|
Loading…
Reference in New Issue
Block a user