mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-10 21:53:57 +00:00
Updated client kdf iterations to 100000 and fixed some lints
This commit is contained in:
parent
dda244edd8
commit
df8114f8be
7 changed files with 105 additions and 116 deletions
|
@ -4,4 +4,4 @@ ALTER TABLE users
|
|||
|
||||
ALTER TABLE users
|
||||
ADD COLUMN
|
||||
client_kdf_iter INTEGER NOT NULL DEFAULT 5000;
|
||||
client_kdf_iter INTEGER NOT NULL DEFAULT 100000;
|
||||
|
|
|
@ -4,4 +4,4 @@ ALTER TABLE users
|
|||
|
||||
ALTER TABLE users
|
||||
ADD COLUMN
|
||||
client_kdf_iter INTEGER NOT NULL DEFAULT 5000;
|
||||
client_kdf_iter INTEGER NOT NULL DEFAULT 100000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue