storage/postgreskv: use batch size 1000 (#1988)

This commit is contained in:
Egon Elbre 2019-05-17 20:09:04 +03:00 committed by Stefan Benten
parent 910eb5d2c7
commit f988543764

View File

@ -15,7 +15,7 @@ import (
)
const (
defaultBatchSize = 10000
defaultBatchSize = 1000
defaultBucket = ""
)