mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +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)
|
/// Collect and print/write statistics this often (seconds)
|
||||||
pub interval: u64,
|
pub interval: u64,
|
||||||
/// Enable extended statistics (on peers per torrent)
|
/// 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,
|
pub extended: bool,
|
||||||
/// Print statistics to standard output
|
/// Print statistics to standard output
|
||||||
pub print_to_stdout: bool,
|
pub print_to_stdout: bool,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue