From 057eb593069d44043e0d5b93ab53d99ed887d108 Mon Sep 17 00:00:00 2001 From: Domenico De Guglielmo Date: Wed, 22 Nov 2023 16:49:56 +0100 Subject: [PATCH] fix --- dht-cache/src/domocache.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/dht-cache/src/domocache.rs b/dht-cache/src/domocache.rs index 6a84825..6b42327 100644 --- a/dht-cache/src/domocache.rs +++ b/dht-cache/src/domocache.rs @@ -513,7 +513,6 @@ impl DomoCache { self.send_cache_state_timer = tokio::time::Instant::now() + Duration::from_secs(u64::from(SEND_CACHE_HASH_PERIOD)); self.send_cache_state().await; - self.remove_connections_of_peers(); } PersistentData(data) => { return self.handle_persistent_message_data(&data).await;