merino
merino copied to clipboard
Add timeout value to cli, fix metadata error, cross builds, update dependencies
- Added timeout argument to cli 1.1 Default timeout changed from 0.05 seconds to 1 second
- Fixed metadata error for windows
- Update cargo.toml for better link time optimizations and update all crates version
- Cross build and release action for 20 platforms
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!)