From 31610cd6dadc9c001ffa1b3fada3cfb0433bbac0 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sun, 19 May 2024 17:29:26 -0500 Subject: [PATCH] change message --- frigate/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/config.py b/frigate/config.py index e7dbbfdb6..05ca61f4d 100644 --- a/frigate/config.py +++ b/frigate/config.py @@ -1445,7 +1445,7 @@ class FrigateConfig(FrigateBaseModel): # Warn if detect fps > 10 if camera_config.detect.fps > 10: logger.warning( - "{camera_config.name} has a detect fps set higher than 10 fps. This does not need to match your camera's fps rate and may cause performance issues. Recommended value is 5 fps." + f"{camera_config.name} detect fps is set to {camera_config.detect.fps}. This does NOT need to match your camera's frame rate. High values could lead to reduced performance. Recommended value is 5." ) # Default min_initialized configuration