mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
change 'delete' to 'remove' everywhere to be consistent (#2834)
This commit is contained in:
@@ -265,7 +265,9 @@ impl<A: Accept + Send + Sync + 'static> WebServer<A> {
|
||||
drop(queue_cell.write().unwrap().take());
|
||||
|
||||
if !runner.is_empty() {
|
||||
runner.await;
|
||||
tokio::time::timeout(Duration::from_secs(60), runner)
|
||||
.await
|
||||
.ok();
|
||||
}
|
||||
}));
|
||||
Self {
|
||||
|
||||
Reference in New Issue
Block a user