Skip to content

Commit

Permalink
faster
Browse files Browse the repository at this point in the history
  • Loading branch information
msbarry committed Jan 10, 2024
1 parent 0c44546 commit 150d98a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ record Diff(Tile a, Tile b) {}
}
}
})
.addBuffer("diffs", 1_000)
.addBuffer("diffs", 50_000, 1_000)
.sinkTo("process", config.featureProcessThreads(), prev -> {
for (var diff : prev) {
var a = diff.a();
Expand Down

0 comments on commit 150d98a

Please sign in to comment.