workaround for timeout

This commit is contained in:
Jun Kurihara 2022-07-06 11:18:05 +09:00
commit 39493beb53
No known key found for this signature in database
GPG key ID: 48ADFD173ED22B03
2 changed files with 26 additions and 5 deletions

View file

@ -10,3 +10,5 @@ pub const CERTS_WATCH_DELAY_SECS: u32 = 10;
#[cfg(feature = "h3")]
pub const H3_ALT_SVC_MAX_AGE: u32 = 60;
#[cfg(feature = "h3")]
pub const H3_CONN_TIMEOUT_MILLIS: u64 = 2000;