mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-12 23:36:09 +01:00
Pop! Goes the storage
- Trigger an upload when an allocation is deleted
This commit is contained in:
parent
9f938e0673
commit
c658b2bfe3
1 changed files with 2 additions and 0 deletions
|
@ -170,6 +170,8 @@ public class ObjectStorage extends AbstractArena {
|
|||
pages = EMPTY_ALLOCATION;
|
||||
modelIndex = -1;
|
||||
objectCount = 0;
|
||||
|
||||
ObjectStorage.this.needsUpload = true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue