0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-05-18 12:53:46 +02:00
bitwarden_rs/src
BlackDex 3ca85028ea
Improve sync speed and updated dep. versions
Improved sync speed by resolving the N+1 query issues.
Solves #1402 and Solves #1453

With this change there is just one query done to retreive all the
important data, and matching is done in-code/memory.

With a very large database the sync time went down about 3 times.

Also updated misc crates and Github Actions versions.
2022-05-06 17:01:02 +02:00
..
api Improve sync speed and updated dep. versions 2022-05-06 17:01:02 +02:00
db Improve sync speed and updated dep. versions 2022-05-06 17:01:02 +02:00
static Improve sync speed and updated dep. versions 2022-05-06 17:01:02 +02:00
auth.rs Update login API code 2022-03-12 18:45:45 +01:00
config.rs Several updates and fixes 2022-03-20 18:51:24 +01:00
crypto.rs Increase length limit for email token generation 2022-01-24 01:17:00 -08:00
error.rs Improve sync speed and updated dep. versions 2022-05-06 17:01:02 +02:00
mail.rs Favicon, SMTP and misc updates 2022-02-26 13:56:42 +01:00
main.rs Improve sync speed and updated dep. versions 2022-05-06 17:01:02 +02:00
ratelimit.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
util.rs Merge branch 'x-xss-protection' of https://github.com/Wonderfall/vaultwarden into Wonderfall-x-xss-protection 2022-03-26 16:18:34 +01:00