Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeguglielmo committed Nov 22, 2023
1 parent c5ef795 commit 057eb59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dht-cache/src/domocache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 057eb59

Please sign in to comment.