Skip to content

Commit 8a8821a

Browse files
authored
Make EmbeddedBackfila set precomputing properly. (#404)
The real service sets it to false so set it to false for EmbeddedBackfila too.
1 parent fab304f commit 8a8821a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backfila-embedded/src/main/kotlin/app/cash/backfila/embedded/internal/EmbeddedBackfillRun.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ internal class EmbeddedBackfillRun<B : Backfill>(
123123
.batch_size(batchSize)
124124
.scan_size(scanSize)
125125
.compute_count_limit(computeCountLimit)
126+
.precomputing(false)
126127
.dry_run(dryRun)
127128
.build(),
128129
)

0 commit comments

Comments
 (0)