make sure we use epoll

This commit is contained in:
Simon Cruanes 2025-07-02 23:09:11 -04:00
parent 0193a2c0d1
commit 57bc8e434c
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -148,6 +148,9 @@ let () =
(fun _ -> raise (Arg.Bad ""))
"echo [option]*";
let ev = new Lwt_engine.libev () in
Lwt_engine.set ev;
Lwt_main.run @@ Task.run
@@ fun () ->
let server =