mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-03 06:50:24 +08:00
bfs: 增加读写线程限制
This commit is contained in:
@@ -4,7 +4,6 @@ package bfs
|
||||
|
||||
type BlockFileOptions struct {
|
||||
BytesPerSync int64
|
||||
MaxOpenFiles int // TODO 需要实现,主要用于OpenFileReader
|
||||
}
|
||||
|
||||
func (this *BlockFileOptions) EnsureDefaults() {
|
||||
|
||||
Reference in New Issue
Block a user