solana/connection-cache
Lijun Wang 7006a6f94f
Reduce ConnectionPool size used by send-transaction-service (#33548)
Reduce pool size for ConnectionCache used by send-transaction-service to 2 from 4. No significant slow down of performance from bench-tps testing using rpc-client which is used by send-transaction-service. This will reduce active connections maintained both on the server and client. This will enable us to cache connections for more nodes.
2023-10-10 16:34:03 -07:00
..
src Reduce ConnectionPool size used by send-transaction-service (#33548) 2023-10-10 16:34:03 -07:00
Cargo.toml Async connection creation in connection cache (#33302) 2023-09-25 18:17:47 -07:00