0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 06:58:58 -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]
(jetty/run-jetty @app {:join? false
:async? true
:daemon? true
:daemon? false
:port (:http-server-port config)}))
(defstate server