Skip to content

Commit

Permalink
set bigger chunk size for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
philsippl committed Oct 16, 2024
1 parent 9166f47 commit d6724af
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 @@ -65,7 +65,7 @@ impl ServerActorHandle {
}
}

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

pub struct ServerActor {
Expand Down

0 comments on commit d6724af

Please sign in to comment.