Increase the QUIC stream timeout duration to improve perf (#26247)

This commit is contained in:
Justin Starry 2022-06-27 17:01:39 +01:00 committed by GitHub
parent 662818ef0d
commit 974db28e4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ use {
};
const QUIC_TOTAL_STAKED_CONCURRENT_STREAMS: f64 = 100_000f64;
const WAIT_FOR_STREAM_TIMEOUT_MS: u64 = 1;
const WAIT_FOR_STREAM_TIMEOUT_MS: u64 = 100;
#[allow(clippy::too_many_arguments)]
pub fn spawn_server(