mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +00:00
Make hash for app tokens less expensive (they are random anyway)
This commit is contained in:
@@ -206,7 +206,7 @@ impl AuthenticationProvider for SqlitePrincipalStore {
|
||||
None,
|
||||
None,
|
||||
Params {
|
||||
rounds: 100,
|
||||
rounds: 10,
|
||||
..Default::default()
|
||||
},
|
||||
&salt,
|
||||
|
||||
Reference in New Issue
Block a user