mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-07-14 23:22:23 -04:00
Without this, an enumerate failure (SELECT MonitorId FROM Event_Summaries) left @skipped empty and the per-monitor UPDATE loop ran for whatever rows the bucket aggregates returned — but monitors that exist only in Event_Summaries (no current bucket rows) never got zeroed, while the audit log claimed a full resync. Track enumerate success and report partial resync when it fails.