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 Nov 23, 2023
1 parent e242ca5 commit 9a40759
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 9a40759

Please sign in to comment.