We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8064b commit 4c5498bCopy full SHA for 4c5498b
src/admin.rs
@@ -699,7 +699,7 @@ where
699
res.put(row_description(&columns));
700
701
for (_, client) in new_map {
702
- let max_wait = client.max_wait_time.load(Ordering::Relaxed);
+ let max_wait = client.wait_start.load(Ordering::Relaxed);
703
let row = vec![
704
format!("{:#010X}", client.client_id()),
705
client.pool_name(),
0 commit comments