merino icon indicating copy to clipboard operation
merino copied to clipboard

Add timeout value to cli, fix metadata error, cross builds, update dependencies

Open sero01000 opened this issue 2 years ago • 1 comments

  1. Added timeout argument to cli 1.1 Default timeout changed from 0.05 seconds to 1 second
  2. Fixed metadata error for windows
  3. Update cargo.toml for better link time optimizations and update all crates version
  4. Cross build and release action for 20 platforms

sero01000 avatar Jun 02 '23 14:06 sero01000

Thanks for this. I ran into timeout error also, as the default 50ms wasn't sufficient (in my case, the connection was over a multi-hop vpn). I support the additional error type also: The error message for AddrTypeNotSupported isn't helpful to diagnose the timeout. I had prepared a PR to submit these two changes then found this (oops - should have looked first!)

stevelr avatar Aug 12 '23 21:08 stevelr