From ac54661e85041b2ca4a79eec3240df6e9ba1d734 Mon Sep 17 00:00:00 2001 From: Al Cutter Date: Fri, 24 Jan 2025 16:05:21 +0000 Subject: [PATCH] tweak max bundles --- storage/gcp/gcp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/gcp/gcp.go b/storage/gcp/gcp.go index 8e17d92a..243ba7e9 100644 --- a/storage/gcp/gcp.go +++ b/storage/gcp/gcp.go @@ -1027,7 +1027,7 @@ func (d *Dedup) populate(ctx context.Context, bh BundleHasherFunc, lsr tessera.L workToDo = true // TODO(al): make this configuable. - const maxBundles = 2 + const maxBundles = 10 TfetchLeaves := time.Now() lh, err := fetchLeafHashes(ctx, fromIdx, toSize, toSize, maxBundles, lsr.ReadEntryBundle, bh)