mirror of https://github.com/penpot/penpot.git
fix(backend): start http server with no deamon threads
This commit is contained in:
parent
20aacd94f3
commit
c2bdede29a
|
|
@ -121,7 +121,7 @@
|
|||
[config]
|
||||
(jetty/run-jetty @app {:join? false
|
||||
:async? true
|
||||
:daemon? true
|
||||
:daemon? false
|
||||
:port (:http-server-port config)}))
|
||||
|
||||
(defstate server
|
||||
|
|
|
|||
Loading…
Reference in New Issue