Skip to content

Commit 54c4ad1

Browse files
committed
Revert "Not sure how this sneaked past CI"
This reverts commit 4c5498b.
1 parent 190e32a commit 54c4ad1

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.wait_start.load(Ordering::Relaxed);
702+
let max_wait = client.max_wait_time.load(Ordering::Relaxed);
703703
let row = vec![
704704
format!("{:#010X}", client.client_id()),
705705
client.pool_name(),

0 commit comments

Comments
 (0)