Skip to content

Commit

Permalink
revert dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
philsippl committed Jan 2, 2025
1 parent ea4ac68 commit 5f72a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iris-mpc-gpu/src/server/actor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ impl ServerActorHandle {
}
}

const DB_CHUNK_SIZE: usize = 1 << 6;
const DB_CHUNK_SIZE: usize = 1 << 15;
const KDF_SALT: &str = "111a1a93518f670e9bb0c2c68888e2beb9406d4c4ed571dc77b801e676ae3091"; // Random 32 byte salt
const SUPERMATCH_THRESHOLD: usize = 4_000;

Expand Down

0 comments on commit 5f72a58

Please sign in to comment.