This commit is contained in:
parent
6b1ad6c393
commit
368ae05d2b
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ let () =
|
|||
let cfg =
|
||||
let port = Config.Exchange.port in
|
||||
let sockaddr = Unix.(ADDR_INET (inet_addr_loopback, port)) in
|
||||
Vif.config sockaddr
|
||||
Vif.config ~reporter:Logs.nop_reporter sockaddr
|
||||
in
|
||||
Miou_unix.run @@ fun () ->
|
||||
Caqti_miou.Switch.run @@ fun caqti_switch ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue