mirror of
https://github.com/penpot/penpot.git
synced 2025-06-25 13:27:02 +02:00
✨ Improve file snapshoting mechanism
This commit is contained in:
parent
3eaa997145
commit
5cf54c6384
8 changed files with 100 additions and 40 deletions
|
@ -118,7 +118,7 @@
|
|||
(t/is (= 1 (:processed result))))
|
||||
|
||||
(let [result (th/run-task! :objects-gc {:min-age 0})]
|
||||
(t/is (= 2 (:processed result))))
|
||||
(t/is (= 3 (:processed result))))
|
||||
|
||||
;; check if row2 related thumbnail row still exists
|
||||
(let [[row :as rows] (th/db-query :file-tagged-object-thumbnail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue