diff --git a/counter_service.py b/counter_service.py index 4494a8e..8790e5e 100644 --- a/counter_service.py +++ b/counter_service.py @@ -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 # ------------------------------------------------------------------ # diff --git a/frigate_counter.db b/frigate_counter.db index 0b7a31b..0f5b5f3 100644 Binary files a/frigate_counter.db and b/frigate_counter.db differ