todo complete

This commit is contained in:
Lev Kokotov
2022-02-10 10:37:55 -08:00
parent 22c6f13dc7
commit 883b6ee793

View File

@@ -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) => {