chore: Refactor transaction_ids -> transactions
This commit is contained in:
parent
d311b87579
commit
558262dd1f
7 changed files with 15 additions and 16 deletions
|
|
@ -33,7 +33,7 @@ pub(super) async fn incoming_federation(&self) -> Result {
|
|||
let mut msg = format!(
|
||||
"Handling {} incoming PDUs across {} active transactions:\n",
|
||||
map.len(),
|
||||
self.services.transaction_ids.txn_active_handle_count()
|
||||
self.services.transactions.txn_active_handle_count()
|
||||
);
|
||||
for (r, (e, i)) in map.iter() {
|
||||
let elapsed = i.elapsed();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue