mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
udp: improve docs for config.statistics.extended
This commit is contained in:
parent
e6e0bbc9da
commit
80cd6a3998
1 changed files with 3 additions and 0 deletions
|
|
@ -143,6 +143,9 @@ pub struct StatisticsConfig {
|
|||
/// Collect and print/write statistics this often (seconds)
|
||||
pub interval: u64,
|
||||
/// Enable extended statistics (on peers per torrent)
|
||||
///
|
||||
/// Will increase time taken for torrent cleaning, since that's when
|
||||
/// these statistics are collected.
|
||||
pub extended: bool,
|
||||
/// Print statistics to standard output
|
||||
pub print_to_stdout: bool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue