mirror of https://github.com/penpot/penpot.git
✨ Disable native buffers usage on xnio
A temporal change for investigate native memory leak
This commit is contained in:
parent
47882c5419
commit
46969585ed
|
|
@ -69,6 +69,7 @@
|
|||
:http/host host
|
||||
:http/max-body-size (::max-body-size cfg)
|
||||
:http/max-multipart-body-size (::max-multipart-body-size cfg)
|
||||
:xnio/direct-buffers false
|
||||
:xnio/io-threads (or (::io-threads cfg)
|
||||
(max 3 (px/get-available-processors)))
|
||||
:xnio/dispatch :virtual
|
||||
|
|
|
|||
Loading…
Reference in New Issue