Added more paralization to allow better multi-user perfomace

This commit is contained in:
2023-05-04 18:27:19 +03:00
parent ecf74fb50f
commit 17e4f1892c
6 changed files with 30 additions and 23 deletions

1
Cargo.lock generated
View File

@@ -1569,6 +1569,7 @@ dependencies = [
"anyhow",
"chacha20poly1305",
"dotenv",
"futures",
"log",
"migration",
"pbkdf2",