Skip to content

Commit

Permalink
meta: increase inodeBatch & sliceIdBatch (#4188)
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyXSD authored and davies committed Nov 24, 2023
1 parent 143bfcb commit dc05218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/meta/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ import (
)

const (
inodeBatch = 100
sliceIdBatch = 1000
inodeBatch = 1 << 10
sliceIdBatch = 4 << 10
minUpdateTime = time.Millisecond * 10
nlocks = 1024
)
Expand Down

0 comments on commit dc05218

Please sign in to comment.