diff --git a/aquatic_udp/src/config.rs b/aquatic_udp/src/config.rs index eadcf5d..10cddd1 100644 --- a/aquatic_udp/src/config.rs +++ b/aquatic_udp/src/config.rs @@ -182,7 +182,7 @@ pub struct CleaningConfig { pub max_connection_age: u32, /// Remove peers who have not announced for this long (seconds) pub max_peer_age: u64, - /// Remove pending scrape responses that have not been returned from request + /// Remove pending scrape responses that have not been returned from swarm /// workers for this long (seconds) pub max_pending_scrape_age: u64, }