Make the upload media size configurable

This commit is contained in:
Andrey Antukh
2022-08-10 12:08:31 +02:00
parent 0471df36ef
commit b9b53258c1
24 changed files with 66 additions and 60 deletions

View File

@@ -59,8 +59,6 @@
"application/pdf" ".pdf"
nil))
(def max-file-size (* 5 1024 1024))
(s/def ::id uuid?)
(s/def ::name string?)
(s/def ::width number?)