Skip to content

Commit

Permalink
Not sure how this sneaked past CI
Browse files Browse the repository at this point in the history
  • Loading branch information
levkk committed Dec 5, 2023
1 parent 0e8064b commit 4c5498b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/admin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ where
res.put(row_description(&columns));

for (_, client) in new_map {
let max_wait = client.max_wait_time.load(Ordering::Relaxed);
let max_wait = client.wait_start.load(Ordering::Relaxed);
let row = vec![
format!("{:#010X}", client.client_id()),
client.pool_name(),
Expand Down

0 comments on commit 4c5498b

Please sign in to comment.