This commit is contained in:
Simon Cruanes 2025-02-15 16:56:43 -05:00
parent 3deea9e585
commit 413346afae
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -103,6 +103,7 @@ let () =
let ev = Nanoev_unix.create () in let ev = Nanoev_unix.create () in
Nanoev_picos.setup_bg_thread ev; Nanoev_picos.setup_bg_thread ev;
let server = let server =
Nanoev_tiny_httpd.create ~new_thread:(Moonpool.run_async pool) ~port:!port_ Nanoev_tiny_httpd.create ~new_thread:(Moonpool.run_async pool) ~port:!port_
~max_connections:!max_conn () ~max_connections:!max_conn ()