From 9bf75f98abc9f7c64ba00ac552c311416ddd0959 Mon Sep 17 00:00:00 2001 From: M Date: Mon, 26 May 2025 16:38:33 +0200 Subject: [PATCH] Add documentation about hiding times --- docs/customservices.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/customservices.md b/docs/customservices.md index 7f2f527..41c0402 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -176,6 +176,11 @@ The status can be checked regularly by defining an update Interval in ms: updateInterval: 5000 ``` +The average times can be hidden (saves their calculation also) by setting the following: +```yaml + hideaverages: true +``` + ## Gitea / Forgejo This service displays a version string instead of a subtitle. Example configuration: