Skip to content

Commit

Permalink
store/bucket_e2e: pass blockSyncConcurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
Giedrius Statkevičius committed Feb 4, 2019
1 parent a85e70f commit ac7cdde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/store/bucket_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func prepareStoreWithTestBlocks(t testing.TB, dir string, bkt objstore.Bucket) *
testutil.Ok(t, os.RemoveAll(dir2))
}

store, err := NewBucketStore(log.NewLogfmtLogger(os.Stderr), nil, bkt, dir, 100, 0, 0, false)
store, err := NewBucketStore(log.NewLogfmtLogger(os.Stderr), nil, bkt, dir, 100, 0, 0, false, 20)
testutil.Ok(t, err)

s.store = store
Expand Down

0 comments on commit ac7cdde

Please sign in to comment.