diff --git a/pingora-core/src/server/mod.rs b/pingora-core/src/server/mod.rs index b750c7b2..2a43aae9 100644 --- a/pingora-core/src/server/mod.rs +++ b/pingora-core/src/server/mod.rs @@ -578,7 +578,6 @@ impl Server { info!("Waiting for runtimes to exit!"); let join = thread::spawn(move || { rt.shutdown_timeout(shutdown_timeout); - thread::sleep(shutdown_timeout) }); (join, name) })