fix manifest batch size

This commit is contained in:
chrislu 2022-03-07 00:07:53 -08:00
parent bb0b784544
commit 6f3ec989a7

View file

@ -19,7 +19,7 @@ import (
)
const (
ManifestBatch = 3
ManifestBatch = 10000
)
var bytesBufferPool = sync.Pool{