🔥 Remove unnecessary async touch operation

This commit is contained in:
Andrey Antukh 2024-05-23 15:20:48 +02:00
parent 584a0fdba1
commit d241f45253
2 changed files with 7 additions and 20 deletions

View file

@ -271,7 +271,7 @@
(when (and (some? th1)
(not= (:media-id th1)
(:media-id th2)))
(sto/touch-object! storage (:media-id th1) :async true))
(sto/touch-object! storage (:media-id th1)))
th2))