Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/pubky/pubky
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuhvi committed Oct 2, 2024
2 parents 02bea31 + 12f0ec3 commit 8e82d84
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 8e82d84

Please sign in to comment.