revert blobstore conjoin

This commit is contained in:
Andy Arthur
2023-01-10 16:54:57 -08:00
parent 93f489191d
commit f7adea8765

View File

@@ -458,7 +458,7 @@ func NewBSStore(ctx context.Context, nbfVerStr string, bs blobstore.Blobstore, m
mm := makeManifestManager(blobstoreManifest{bs})
p := &blobstorePersister{bs, s3BlockSize, q}
return newNomsBlockStore(ctx, nbfVerStr, mm, p, q, inlineConjoiner{defaultMaxTables}, memTableSize)
return newNomsBlockStore(ctx, nbfVerStr, mm, p, q, noopConjoiner{}, memTableSize)
}
func NewLocalStore(ctx context.Context, nbfVerStr string, dir string, memTableSize uint64, q MemoryQuotaProvider) (*NomsBlockStore, error) {