Skip to content

Commit

Permalink
prod config
Browse files Browse the repository at this point in the history
  • Loading branch information
philsippl committed Jan 28, 2025
1 parent 5c64f64 commit 28398b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iris-mpc-common/src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,11 @@ fn default_db_load_safety_overlap_seconds() -> i64 {
}

fn default_match_distances_buffer_size() -> usize {
1 << 20
1 << 19
}

fn default_n_buckets() -> usize {
10
375
}

impl Config {
Expand Down

0 comments on commit 28398b0

Please sign in to comment.