Skip to content

Commit 4c5498b

Browse files
committed
Not sure how this sneaked past CI
1 parent 0e8064b commit 4c5498b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/admin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ where
699699
res.put(row_description(&columns));
700700

701701
for (_, client) in new_map {
702-
let max_wait = client.max_wait_time.load(Ordering::Relaxed);
702+
let max_wait = client.wait_start.load(Ordering::Relaxed);
703703
let row = vec![
704704
format!("{:#010X}", client.client_id()),
705705
client.pool_name(),

0 commit comments

Comments
 (0)