(bugfix) Avoid live backup data scans in web views #99
Reference in New Issue
Block a user
Delete Branch "issue-97-avoid-live-storage-scans"
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?
Summary
not measuredinstead of scanning snapshot directories from web requests.tree_usage()calls.Tests
.venv/bin/python manage.py test pobsync_backend.tests.test_stats_summary pobsync_backend.tests.test_views --verbosity 1.venv/bin/python manage.py test pobsync_backend --verbosity 1Follow-up cached/periodic storage metrics work is tracked in #98.
Closes #97