skerkour / black-hat-rust

Applied offensive security with Rust - https://kerkour.com/black-hat-rust
https://kerkour.com/black-hat-rust
MIT License
3.29k stars 363 forks source link

Increase reqwest timeout duration #130

Open alper opened 1 year ago

alper commented 1 year ago

This webservice seems to be under fairly heavy pressure and a 5 second timeout will make this request fail most of the time. Because this request is only made once I don't see any harm in setting the timeout to 30 seconds.