mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 16:30:37 -05:00
584a0fdba1
The main issue was the long running gc operation that affects storage objects with deduplication. The long running transacion ends locking some storage object rows which collaterally made operations like import-binfile become blocked indefinitelly because of the same rows (because of deduplication). The solution used in this commit is split operations on small chunks so we no longer use long running transactions that holds too many locks. With this approach we will make a window to work concurrently all operarate the distinct operations that requires locks on the same rows. |
||
---|---|---|
.. | ||
backend_tests |