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 25, 2023
1 parent 73844a0 commit 29b4a5b
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 @@ -40,8 +40,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 29b4a5b

Please sign in to comment.