bfs commit

This commit is contained in:
刘祥超
2024-04-30 12:38:43 +08:00
parent c7d60e01b8
commit e8538d4e34
4 changed files with 10 additions and 5 deletions

View File

@@ -316,7 +316,8 @@ func (this *BlocksFile) Close() error {
return nil
}
_ = this.sync(true)
// TODO 决定是否同步
//_ = this.sync(true)
this.isClosed = true