findcdn
findcdn copied to clipboard
The timeout value is modified/ignored
🐛 Summary
When the user specifies a timeout value, that value is multiplied by 0.4 inexplicably, and the user does not really get an idea that this is occuring.
To reproduce
- run findcdn with a timeout variable
- inspect the timeout variable at runtime in the domain query commands
Expected behavior
The timeout should be used as specified, or if it is being altered, the user should know about it.