udp: fix rename (request worker to swarm worker)

This commit is contained in:
Joakim Frostegård 2022-07-04 12:22:00 +02:00
parent a7837ebffb
commit 4ef51937a8

View file

@ -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,
}