Use LRU in connection-cache (#24109) (#24322)

Switch to using LRU for connection-cache

Co-authored-by: ryleung-solana <91908731+ryleung-solana@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2022-04-13 21:21:19 -04:00
committed by GitHub
parent ec1d06240c
commit 0e6ba29859
4 changed files with 27 additions and 52 deletions

1
Cargo.lock generated
View File

@@ -4673,6 +4673,7 @@ dependencies = [
"jsonrpc-http-server",
"lazy_static",
"log",
"lru",
"quinn",
"rand 0.7.3",
"rand_chacha 0.2.2",