1
0
Fork 0
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:
Daniel García 2019-09-05 21:56:12 +02:00
parent dda244edd8
commit df8114f8be
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
7 changed files with 105 additions and 116 deletions

View file

@ -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;

View file

@ -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;