Make hash for app tokens less expensive (they are random anyway)

This commit is contained in:
Lennart
2025-07-05 10:26:06 +02:00
parent 509cc8d7a1
commit 07fca05e50

View File

@@ -206,7 +206,7 @@ impl AuthenticationProvider for SqlitePrincipalStore {
None, None,
None, None,
Params { Params {
rounds: 100, rounds: 10,
..Default::default() ..Default::default()
}, },
&salt, &salt,