feat: Make max_active_txns actually configurable

This commit is contained in:
nexy7574
2026-02-21 15:15:26 +00:00
committed by timedout
parent fcd49b7ab3
commit dd70094719
4 changed files with 24 additions and 6 deletions
+1 -5
View File
@@ -151,11 +151,7 @@ async fn process_inbound_transaction(
.filter_map(Result::ok)
.stream();
info!(
pdus = body.pdus.len(),
edus = body.edus.len(),
"Processing transaction",
);
info!(pdus = body.pdus.len(), edus = body.edus.len(), "Processing transaction",);
let Ok(results) = handle(&services, &client, body.origin(), txn_start_time, pdus, edus).await
else {
// TODO: handle this properly. The channel doesn't like being closed with no