Automatically synced content should have admin_imported=False
#11225
Labels
DEV: backend
Python, databases, networking, filesystem...
P0 - critical
Priority: Release blocker or regression
Milestone
Observed behavior
Blaine forgot to follow up on this-- we need to ensure that metadata for automatically synced content has the
admin_imported=False
if the metadata doesn't already exist or the files are not available at time of syncing. The flag, whenTrue
, prevents resources from being garbage collected and removed the device's disk.Expected behavior
admin_imported
flag should be set toFalse
admin_imported
flag should be set toTrue
admin_imported=False
User-facing consequences
File resources are not automatically removed from a device to make room for new content.
…
The text was updated successfully, but these errors were encountered: