Fork me on GitHub
#aleph
<
2021-11-28
>
frozenlock23:11:18

Hello! Is there a way to increase the maximum size of requests in Aleph http sever? In http-kit one can provide :max-body and :max-line when starting the server.

(server/run-server #'handler/app {:port     (Integer. port)
                                  :max-body 52428800
                                  :max-line 1048576})