mirror of https://github.com/rclone/rclone.git
cache: flush the memory cache after close
This commit is contained in:
parent
0865e38917
commit
6e11a25df5
|
@ -314,6 +314,7 @@ func (r *Handle) Close() error {
|
||||||
waitIdx++
|
waitIdx++
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
r.memory.db.Flush()
|
||||||
|
|
||||||
fs.Debugf(r, "cache reader closed %v", r.offset)
|
fs.Debugf(r, "cache reader closed %v", r.offset)
|
||||||
return nil
|
return nil
|
||||||
|
|
Loading…
Reference in New Issue