mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-23 01:16:30 +00:00
todo complete
This commit is contained in:
@@ -183,7 +183,6 @@ impl ConnectionPool {
|
||||
allowed_attempts -= 1;
|
||||
|
||||
// Check if we can connect
|
||||
// TODO: implement query wait timeout, i.e. time to get a conn from the pool
|
||||
let mut conn = match self.databases[shard][index].get().await {
|
||||
Ok(conn) => conn,
|
||||
Err(err) => {
|
||||
|
||||
Reference in New Issue
Block a user