Fix workflow history explosion with possibly useless reindex when building in existing delivery
Reindexing a delivery is always recursive so in scenario where lines are added by many different builders and the values in property_dict are always the same, the useless reindexing was slower and slower. In the worst case, each builder adding 1 line, the number of reindexing activities increased quadratically. See also commit c020b93b.
Showing
Please register or sign in to comment