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