mirror of
https://github.com/penpot/penpot.git
synced 2025-06-11 04:31:39 +02:00
🎉 Add plugable storages abstraction layer (with support for fs, s3 and db).
This commit is contained in:
parent
9146642947
commit
760eb926bf
16 changed files with 893 additions and 17 deletions
|
@ -44,11 +44,6 @@
|
|||
(run! (partial process-file conn) files)
|
||||
(recur))))))
|
||||
|
||||
;; (mtx/instrument-with-summary!
|
||||
;; {:var #'handler
|
||||
;; :id "tasks__file_media_gc"
|
||||
;; :help "Timing of task: file_media_gc"})
|
||||
|
||||
(defn- decode-row
|
||||
[{:keys [data] :as row}]
|
||||
(cond-> row
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue