storage/postgreskv: use batch size 1000 (#1988)
This commit is contained in:
parent
910eb5d2c7
commit
f988543764
@ -15,7 +15,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
defaultBatchSize = 10000
|
||||
defaultBatchSize = 1000
|
||||
defaultBucket = ""
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user