Enforce minimum value for mqtt stats update (#12253)

This commit is contained in:
Nicolas Mowen
2024-07-01 16:08:14 -06:00
committed by GitHub
parent ef7846bb41
commit 012aa63571
3 changed files with 9 additions and 2 deletions

View File

@@ -82,6 +82,10 @@ UPSERT_REVIEW_SEGMENT = "upsert_review_segment"
CLEAR_ONGOING_REVIEW_SEGMENTS = "clear_ongoing_review_segments"
UPDATE_CAMERA_ACTIVITY = "update_camera_activity"
# Stats Values
FREQUENCY_STATS_POINTS = 15
# Autotracking
AUTOTRACKING_MAX_AREA_RATIO = 0.6