mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
udp: fix rename (request worker to swarm worker)
This commit is contained in:
parent
a7837ebffb
commit
4ef51937a8
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ pub struct CleaningConfig {
|
||||||
pub max_connection_age: u32,
|
pub max_connection_age: u32,
|
||||||
/// Remove peers who have not announced for this long (seconds)
|
/// Remove peers who have not announced for this long (seconds)
|
||||||
pub max_peer_age: u64,
|
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)
|
/// workers for this long (seconds)
|
||||||
pub max_pending_scrape_age: u64,
|
pub max_pending_scrape_age: u64,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue