0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-02 20:39:09 -05:00

fix(backend): start http server with no deamon threads

This commit is contained in:
Andrey Antukh 2019-07-03 17:57:07 +02:00
parent 20aacd94f3
commit c2bdede29a

View file

@ -121,7 +121,7 @@
[config] [config]
(jetty/run-jetty @app {:join? false (jetty/run-jetty @app {:join? false
:async? true :async? true
:daemon? true :daemon? false
:port (:http-server-port config)})) :port (:http-server-port config)}))
(defstate server (defstate server