Skip to content

Commit

Permalink
Merge pull request #675 from Johannesd3/limit-cache-size
Browse files Browse the repository at this point in the history
Add size limit to cache
  • Loading branch information
sashahilton00 authored May 1, 2021
2 parents 1ff7c43 + e355d4a commit 96dca28
Show file tree
Hide file tree
Showing 6 changed files with 429 additions and 35 deletions.
28 changes: 28 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ hex = "0.4"
hyper = "0.14"
log = "0.4"
rpassword = "5.0"
thiserror = "1.0"
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros", "signal", "sync", "process"] }
url = "2.1"
sha-1 = "0.9"
Expand Down
1 change: 1 addition & 0 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ num-integer = "0.1"
num-traits = "0.2"
once_cell = "1.5.2"
pbkdf2 = { version = "0.7", default-features = false, features = ["hmac"] }
priority-queue = "1.1"
protobuf = "~2.14.0"
rand = "0.8"
serde = { version = "1.0", features = ["derive"] }
Expand Down
Loading

0 comments on commit 96dca28

Please sign in to comment.