mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_udp: update configuration documentation
This commit is contained in:
parent
7187190cec
commit
253497bb74
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ pub struct StatisticsConfig {
|
|||
#[derive(Clone, Debug, Serialize, Deserialize)]
|
||||
#[serde(default)]
|
||||
pub struct CleaningConfig {
|
||||
/// Clean torrents and connections this often (seconds)
|
||||
/// Update access list and clean torrents this often (seconds)
|
||||
pub interval: u64,
|
||||
/// Remove peers that haven't announced for this long (seconds)
|
||||
pub max_peer_age: u64,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue