Changing default TPU Pool size to 4

This commit is contained in:
Godmode Galactus 2023-03-18 15:15:35 +01:00
parent 72d2c3b9df
commit 7776572f2c
No known key found for this signature in database
GPG Key ID: A04142C71ABB0DEA
1 changed files with 1 additions and 1 deletions

View File

@ -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 =