forked from TrueCloudLab/rclone
cache: flush the memory cache after close
This commit is contained in:
parent
0865e38917
commit
6e11a25df5
1 changed files with 1 additions and 0 deletions
1
backend/cache/handle.go
vendored
1
backend/cache/handle.go
vendored
|
@ -314,6 +314,7 @@ func (r *Handle) Close() error {
|
|||
waitIdx++
|
||||
}
|
||||
}
|
||||
r.memory.db.Flush()
|
||||
|
||||
fs.Debugf(r, "cache reader closed %v", r.offset)
|
||||
return nil
|
||||
|
|
Loading…
Add table
Reference in a new issue