remove delay as the fix should be in mirage-net-xen

This commit is contained in:
palainp 2023-07-12 16:10:33 +02:00
parent 6f6eab5cd5
commit 2d822302d8
1 changed files with 0 additions and 1 deletions

View File

@ -487,7 +487,6 @@ struct
Log.info (fun f ->
f "disconnecting from our uplink");
Netif.disconnect uplink.net;
Time.sleep_ns (Duration.of_sec 1) >>= fun () ->
Lwt_condition.broadcast router.uplink_disconnected ();
Lwt.return_unit
| e -> Lwt.fail e)