udp: improve docs for config.statistics.extended

This commit is contained in:
Joakim Frostegård 2022-08-06 14:40:52 +02:00
parent e6e0bbc9da
commit 80cd6a3998

View file

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