mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 20:58:06 +00:00
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…
x
Reference in New Issue
Block a user