chore: Run pre-commit and clippy to fix inherited CI errs
This commit is contained in:
parent
dd70094719
commit
9016cd11a6
1 changed files with 3 additions and 1 deletions
|
|
@ -37,7 +37,9 @@ impl crate::Service for Service {
|
|||
},
|
||||
servername_txnid_response_cache: Arc::new(SyncRwLock::new(HashMap::new())),
|
||||
servername_txnid_active: Arc::new(SyncRwLock::new(HashMap::new())),
|
||||
max_active_txns: args.depend::<crate::config::Service>("config").max_concurrent_inbound_transactions
|
||||
max_active_txns: args
|
||||
.depend::<crate::config::Service>("config")
|
||||
.max_concurrent_inbound_transactions,
|
||||
}))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue