Skip to content

Commit

Permalink
larger batches
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Nov 2, 2024
1 parent 80654c5 commit 8444597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion research/src/bin/replay_encounters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ fn main() -> Result<(), Box<dyn StdError>> {
utc_date_time: encounter.utc_date_time,
});

if batch.len() >= 100_000 {
if batch.len() >= 1_000_000 {
process_batch(&mut batch, &players, last_date_time, false)?;
}
}
Expand Down

0 comments on commit 8444597

Please sign in to comment.