mirror of
https://github.com/penpot/penpot.git
synced 2025-07-25 12:29:23 +02:00
✨ Change backend defaults for http body
This commit is contained in:
parent
f252ffb201
commit
47f1ca9627
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@
|
||||||
(def default-params
|
(def default-params
|
||||||
{::port 6060
|
{::port 6060
|
||||||
::host "0.0.0.0"
|
::host "0.0.0.0"
|
||||||
::max-body-size (* 1024 1024 30) ; default 30 MiB
|
::max-body-size 31457280 ; default 30 MiB
|
||||||
::max-multipart-body-size (* 1024 1024 120)}) ; default 120 MiB
|
::max-multipart-body-size 367001600}) ; default 350 MiB
|
||||||
|
|
||||||
(defmethod ig/expand-key ::server
|
(defmethod ig/expand-key ::server
|
||||||
[k v]
|
[k v]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue