From 4ef51937a8b7882aa6f17177d2f1a09025d0e31c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Mon, 4 Jul 2022 12:22:00 +0200 Subject: [PATCH] udp: fix rename (request worker to swarm worker) --- aquatic_udp/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }