Browse Source

fix manifest batch size

pull/2733/head
chrislu 3 years ago
parent
commit
6f3ec989a7
  1. 2
      weed/filer/filechunk_manifest.go

2
weed/filer/filechunk_manifest.go

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

Loading…
Cancel
Save