Not sure how this sneaked past CI

This commit is contained in:
Lev
2023-12-04 18:30:03 -08:00
parent 0e8064b049
commit 4c5498b915

View File

@@ -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(),