Skip to content

Commit 883b6ee

Browse files
committed
todo complete
1 parent 22c6f13 commit 883b6ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pool.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ impl ConnectionPool {
183183
allowed_attempts -= 1;
184184

185185
// Check if we can connect
186-
// TODO: implement query wait timeout, i.e. time to get a conn from the pool
187186
let mut conn = match self.databases[shard][index].get().await {
188187
Ok(conn) => conn,
189188
Err(err) => {

0 commit comments

Comments
 (0)