mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
chore: Refactor transaction_ids -> transactions
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user