Skip to content

Commit e0edf77

Browse files
committed
Remove weird delay
1 parent 030e8d9 commit e0edf77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/util/connection_pool.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ impl Context {
190190
}
191191
Err(e) => {
192192
debug!(%node_id, "Failed to connect {e:?}, requesting shutdown");
193-
tokio::time::sleep(Duration::from_secs(1)).await;
194193
if context.owner.close(node_id).await.is_err() {
195194
return;
196195
}

0 commit comments

Comments
 (0)