mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-27 13:27:55 +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;
|
pages = EMPTY_ALLOCATION;
|
||||||
modelIndex = -1;
|
modelIndex = -1;
|
||||||
objectCount = 0;
|
objectCount = 0;
|
||||||
|
|
||||||
|
ObjectStorage.this.needsUpload = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue