From 20d1bd73eca2f7f05cb57019cecc48386087526d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Tue, 17 Jan 2023 21:33:59 +0100 Subject: [PATCH] ws: improve docs for MetricsConfig --- aquatic_ws/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aquatic_ws/src/config.rs b/aquatic_ws/src/config.rs index 482a2ec..42b34f7 100644 --- a/aquatic_ws/src/config.rs +++ b/aquatic_ws/src/config.rs @@ -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, }