SLEEP_AFTER_BATCH_LABEL

This commit is contained in:
2026-06-03 16:14:57 +07:00
parent 591e355384
commit 7f6f22e1aa
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ class FrigateCounterService:
# Telenan Batch Label
self.ignore_batch_label = False
self.ignore_batch_label_timer = None
self.sleep_after_batch_label_detected = 15 # 20260525 21:33
self.sleep_after_batch_label_detected = int(os.getenv("SLEEP_AFTER_BATCH_LABEL", 10))
# ------------------------------------------------------------------ #
# Setup & Config
# ------------------------------------------------------------------ #
Binary file not shown.