Increase the number of request/s for sign_in/sign_up

This commit is contained in:
Greg Burri 2025-03-11 14:42:13 +01:00
parent a90c097e2a
commit ec582ad68f
2 changed files with 4 additions and 2 deletions

View file

@ -6,6 +6,8 @@ use argon2::{
};
fn get_argon2<'k>() -> Argon2<'k> {
// Note: It's not neccessary to have only one Argon2 object, creating a new one
// when we need it is lightweight.
Argon2::new(
argon2::Algorithm::Argon2id,
argon2::Version::V0x13,