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:
parent
20aacd94f3
commit
c2bdede29a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue