mirror of
https://github.com/penpot/penpot.git
synced 2025-07-30 23:38:29 +02:00
✨ Set consistent max body size
And make it configurable
This commit is contained in:
parent
602b736163
commit
c026d05bc3
3 changed files with 5 additions and 3 deletions
|
@ -115,7 +115,9 @@
|
|||
:router (ig/ref :app.http/router)
|
||||
:metrics (ig/ref :app.metrics/metrics)
|
||||
:executor (ig/ref [::default :app.worker/executor])
|
||||
:io-threads (cf/get :http-server-io-threads)}
|
||||
:io-threads (cf/get :http-server-io-threads)
|
||||
:max-body-size (cf/get :http-server-max-body-size)
|
||||
:max-multipart-body-size (cf/get :http-server-max-multipart-body-size)}
|
||||
|
||||
:app.http/router
|
||||
{:assets (ig/ref :app.http.assets/handlers)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue