🐛 Pass a valid executor instance to yetti http server

This commit is contained in:
Andrey Antukh 2023-02-20 12:17:16 +01:00
parent 4c85e55176
commit d549fcb2ae
2 changed files with 3 additions and 4 deletions

View file

@ -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)}