Extract bucket

This commit is contained in:
Quentin
2020-11-10 09:57:07 +01:00
parent 09137fd6b5
commit 4093833ae8
4 changed files with 54 additions and 6 deletions
+2 -1
View File
@@ -54,7 +54,8 @@ pub struct ApiConfig {
#[derive(Deserialize, Debug, Clone)]
pub struct WebConfig {
pub web_bind_addr: SocketAddr,
pub bind_addr: SocketAddr,
pub root_domain: String,
}
fn default_max_concurrent_rpc_requests() -> usize {