diff --git a/src/tpu_manager.rs b/src/tpu_manager.rs index 4d3ed485..10574d97 100644 --- a/src/tpu_manager.rs +++ b/src/tpu_manager.rs @@ -21,7 +21,7 @@ use tokio::sync::RwLock; pub type QuicTpuClient = TpuClient; pub type QuicConnectionCache = TpuConnectionCache; -const TPU_CONNECTION_CACHE_SIZE: usize = 8; +const TPU_CONNECTION_CACHE_SIZE: usize = 4; lazy_static::lazy_static! { static ref TPU_CONNECTION_RESET: IntCounter =