Skip to content

Commit 935f60e

Browse files
committed
increased default loop reset threshold number in default config
1 parent 3a57e78 commit 935f60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ poll_interval_sec = 3
169169
# If overlay time does not move for this many seconds -> treat as stuck
170170
stuck_threshold_sec = 30
171171
# How many backward jumps in a row -> treat as "deadloop"
172-
loop_reset_threshold = 3
172+
loop_reset_threshold = 10
173173
# ---- timestamp parsing ----
174174
# Current camera overlay (your case):
175175
# "14/11/2025 17:51:02"

0 commit comments

Comments
 (0)