Loading tests/doh/src/dns_https_frontend.rs +1 −2 Original line number Diff line number Diff line Loading @@ -35,8 +35,7 @@ use tokio::task::JoinHandle; lazy_static! { static ref RUNTIME_STATIC: Arc<Runtime> = Arc::new( Builder::new_multi_thread() .worker_threads(2) .max_blocking_threads(1) .worker_threads(1) .enable_all() .thread_name("DohFrontend") .build() Loading Loading
tests/doh/src/dns_https_frontend.rs +1 −2 Original line number Diff line number Diff line Loading @@ -35,8 +35,7 @@ use tokio::task::JoinHandle; lazy_static! { static ref RUNTIME_STATIC: Arc<Runtime> = Arc::new( Builder::new_multi_thread() .worker_threads(2) .max_blocking_threads(1) .worker_threads(1) .enable_all() .thread_name("DohFrontend") .build() Loading