You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adapt: Only add Chunk to central Queue if unused (#14580) (#14583)
Motivation:
We can only add a Chunk to the central Queue if it is completely unused
as otherwise it still is exclusively used by a Magazine
Modifications:
Ensure we only use the queue once the Chunk is not used anymore
Result:
Correctly reuse Chunks
0 commit comments