Changing default TPU Pool size to 4
This commit is contained in:
parent
72d2c3b9df
commit
7776572f2c
|
@ -21,7 +21,7 @@ use tokio::sync::RwLock;
|
|||
pub type QuicTpuClient = TpuClient<QuicPool>;
|
||||
pub type QuicConnectionCache = TpuConnectionCache<QuicPool>;
|
||||
|
||||
const TPU_CONNECTION_CACHE_SIZE: usize = 8;
|
||||
const TPU_CONNECTION_CACHE_SIZE: usize = 4;
|
||||
|
||||
lazy_static::lazy_static! {
|
||||
static ref TPU_CONNECTION_RESET: IntCounter =
|
||||
|
|
Loading…
Reference in New Issue