ensureDerived
and updateRelations
call each other too often
#1422
Labels
annoying
bug(fix)
Something isn't working or address a specific issue or vulnerability
performance
This issue or pull request enhances or criticizes the performance.
We have a loop in the
ensureDerived
andupdateRelations
.Add a new derive size to your
FileBone
(image) --> Save the skeleton with it -->ensureDerived
task is spawn -->ensureDerived
generate new derive blob and callsupdateRelations
-->updateRelations
saves the skeleton with the new derive meta -->FileBone
postHandler
callsensureDerived
again -->ensureDerived
detects there is nothing to do.The second
ensureDerived
call can be saved if thepostHandler
would know it's called from aupdateRelations
task caused by aensureDerived
change.The text was updated successfully, but these errors were encountered: