mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-06-10 05:57:27 +00:00
add argon2 kdf fields
This commit is contained in:
@ -34,7 +34,7 @@
|
||||
// The more key/value pairs there are the more recursion occurs.
|
||||
// We want to keep this as low as possible, but not higher then 128.
|
||||
// If you go above 128 it will cause rust-analyzer to fail,
|
||||
#![recursion_limit = "97"]
|
||||
#![recursion_limit = "103"]
|
||||
|
||||
// When enabled use MiMalloc as malloc instead of the default malloc
|
||||
#[cfg(feature = "enable_mimalloc")]
|
||||
|
Reference in New Issue
Block a user