mirror of
https://github.com/penpot/penpot.git
synced 2025-06-02 06:41:37 +02:00
🐛 Pass a valid executor instance to yetti http server
This commit is contained in:
parent
4c85e55176
commit
d549fcb2ae
2 changed files with 3 additions and 4 deletions
|
@ -239,8 +239,7 @@
|
|||
{::http/port (cf/get :http-server-port)
|
||||
::http/host (cf/get :http-server-host)
|
||||
::http/router (ig/ref ::http/router)
|
||||
::http/metrics (ig/ref ::mtx/metrics)
|
||||
::http/executor (ig/ref ::wrk/executor)
|
||||
::wrk/executor (ig/ref ::wrk/executor)
|
||||
::http/io-threads (cf/get :http-server-io-threads)
|
||||
::http/max-body-size (cf/get :http-server-max-body-size)
|
||||
::http/max-multipart-body-size (cf/get :http-server-max-multipart-body-size)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue