chore: Refactor transaction_ids -> transactions

This commit is contained in:
timedout 2026-02-23 17:44:35 +00:00
parent d311b87579
commit 558262dd1f
No known key found for this signature in database
GPG key ID: 0FA334385D0B689F
7 changed files with 15 additions and 16 deletions

View file

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