Skip to content

Commit

Permalink
fix(homeserver): test configuration in linux
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Sep 30, 2024
1 parent 4730927 commit 12f0ec3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pubky-homeserver/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ impl Config {
bootstrap,
storage,
db_map_size: 10485760,
dht_request_timeout: Some(Duration::from_millis(10)),
..Default::default()
}
}
Expand Down Expand Up @@ -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(),
Expand Down

0 comments on commit 12f0ec3

Please sign in to comment.