From 12f0ec33ba521d4d59f1998f496f4608d95c8798 Mon Sep 17 00:00:00 2001 From: = <=> Date: Mon, 30 Sep 2024 19:58:03 +0200 Subject: [PATCH] fix(homeserver): test configuration in linux --- pubky-homeserver/src/config.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/pubky-homeserver/src/config.rs b/pubky-homeserver/src/config.rs index 6065306..05bab18 100644 --- a/pubky-homeserver/src/config.rs +++ b/pubky-homeserver/src/config.rs @@ -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(),