(bugfix) Avoid live filesystem scans for backup data summaries #97
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Dashboard, hosts list, and host detail currently derive backup data by walking snapshot trees when stored snapshot metadata is missing or incomplete. On large backup targets this can turn ordinary web requests and live-refresh partials into unbounded filesystem scans, causing slow pages and possible OOMs.
Acceptance criteria:
tree_usage()calls from stats summary rendering paths.Follow-up work for periodic/cached refresh is tracked separately.