Reduce TPU connection pool size for test (#29831)

This commit is contained in:
Brennan Watt 2023-01-23 17:00:53 -08:00 committed by GitHub
parent dd92f225bb
commit a72c2ec459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -320,6 +320,7 @@ pub fn run_cluster_partition<C>(
skip_warmup_slots: true,
additional_accounts,
ticks_per_slot: ticks_per_slot.unwrap_or(DEFAULT_TICKS_PER_SLOT),
tpu_connection_pool_size: 2,
..ClusterConfig::default()
};