reverting default value for tpu fanout

This commit is contained in:
Godmode Galactus 2023-04-25 13:45:06 +02:00
parent 1128832ed2
commit 59b7608726
No known key found for this signature in database
GPG Key ID: A04142C71ABB0DEA
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ pub const DEFAULT_MAX_NUMBER_OF_TXS_IN_QUEUE: usize = 40_000;
/// 25 slots in 10s send to little more leaders
#[from_env]
pub const DEFAULT_FANOUT_SIZE: u64 = 36;
pub const DEFAULT_FANOUT_SIZE: u64 = 16;
#[from_env]
pub const MAX_RETRIES: usize = 40;