fix(homeserver): test configuration in linux

This commit is contained in:
=
2024-09-30 19:58:03 +02:00
parent 4730927226
commit 12f0ec33ba

View File

@@ -155,7 +155,6 @@ impl Config {
bootstrap,
storage,
db_map_size: 10485760,
dht_request_timeout: Some(Duration::from_millis(10)),
..Default::default()
}
}
@@ -276,7 +275,6 @@ mod tests {
testnet: true,
bootstrap: testnet.bootstrap.into(),
db_map_size: 10485760,
dht_request_timeout: Some(Duration::from_millis(10)),
storage: config.storage.clone(),
keypair: config.keypair.clone(),