mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
chore: Run pre-commit and clippy to fix inherited CI errs
This commit is contained in:
@@ -37,7 +37,9 @@ impl crate::Service for Service {
|
|||||||
},
|
},
|
||||||
servername_txnid_response_cache: Arc::new(SyncRwLock::new(HashMap::new())),
|
servername_txnid_response_cache: Arc::new(SyncRwLock::new(HashMap::new())),
|
||||||
servername_txnid_active: 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,
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user