Skip to content

Commit

Permalink
Make EmbeddedBackfila set precomputing properly. (#404)
Browse files Browse the repository at this point in the history
The real service sets it to false so set it to false for
EmbeddedBackfila too.
  • Loading branch information
mpawliszyn authored Nov 26, 2024
1 parent fab304f commit 8a8821a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ internal class EmbeddedBackfillRun<B : Backfill>(
.batch_size(batchSize)
.scan_size(scanSize)
.compute_count_limit(computeCountLimit)
.precomputing(false)
.dry_run(dryRun)
.build(),
)
Expand Down

0 comments on commit 8a8821a

Please sign in to comment.