Pop! Goes the storage

- Trigger an upload when an allocation is deleted
This commit is contained in:
Jozufozu 2024-09-15 16:50:02 -07:00
parent 9f938e0673
commit c658b2bfe3

View file

@ -170,6 +170,8 @@ public class ObjectStorage extends AbstractArena {
pages = EMPTY_ALLOCATION;
modelIndex = -1;
objectCount = 0;
ObjectStorage.this.needsUpload = true;
}
/**