bfs:实现maxOpenFiles

This commit is contained in:
GoEdgeLab
2024-04-27 17:29:12 +08:00
parent 337799cad7
commit 7b75c508c6
9 changed files with 318 additions and 54 deletions

View File

@@ -5,7 +5,7 @@ package bfs
import "time"
type FSOptions struct {
MaxOpenFiles int // TODO 需要实现
MaxOpenFiles int
BytesPerSync int64
SyncTimeout time.Duration
MaxSyncFiles int