mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-03 15:00:24 +08:00
bfs:实现maxOpenFiles
This commit is contained in:
@@ -5,7 +5,7 @@ package bfs
|
||||
import "time"
|
||||
|
||||
type FSOptions struct {
|
||||
MaxOpenFiles int // TODO 需要实现
|
||||
MaxOpenFiles int
|
||||
BytesPerSync int64
|
||||
SyncTimeout time.Duration
|
||||
MaxSyncFiles int
|
||||
|
||||
Reference in New Issue
Block a user