ws: improve docs for MetricsConfig

This commit is contained in:
Joakim Frostegård 2023-01-17 21:33:59 +01:00
parent ac4f2ade5d
commit 20d1bd73ec

View file

@ -154,7 +154,7 @@ pub struct MetricsConfig {
pub run_prometheus_endpoint: bool,
/// Address to run prometheus endpoint on
pub prometheus_endpoint_address: SocketAddr,
/// Update metrics for torrent count this often, in seconds
/// Update metrics for torrent count this often (seconds)
pub torrent_count_update_interval: u64,
}