mirror of
https://github.com/qdrant/qdrant.git
synced 2026-09-21 13:37:46 -05:00
debug
This commit is contained in:
+1
-1
@@ -811,7 +811,7 @@ async fn send_message(
|
||||
}
|
||||
Err(elapsed) => {
|
||||
log::debug!("Message sendign timeed-out {address}: {elapsed:?}, fuck this pool");
|
||||
transport_channel_pool.drop_pool(&address);
|
||||
transport_channel_pool.drop_pool(&address).await;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user