Actually skip when the same

This commit is contained in:
dgtlmoon
2022-12-14 14:44:36 +01:00
parent f1cf209587
commit a1fac32da4
+1 -1
View File
@@ -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