From a1fac32da4f4852cc981f6256fe71af350f882a3 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 14 Dec 2022 14:44:36 +0100 Subject: [PATCH] Actually skip when the same --- changedetectionio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index 8434aa7c..b6b82a77 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -1514,7 +1514,7 @@ def ticker_thread_check_time_launch_checks(): now - watch['last_checked'])) # Into the queue with you - update_q.put(queuedWatchMetaData.PrioritizedItem(priority=priority, item={'uuid': uuid, 'skip_when_checksum_same': False})) + update_q.put(queuedWatchMetaData.PrioritizedItem(priority=priority, item={'uuid': uuid, 'skip_when_checksum_same': True})) # Reset for next time watch.jitter_seconds = 0