As described [here](https://github.com/torrust/torrust-tracker/issues/324), we need to set a timeout for requests to avoid a [denial of service attack](https://cheatsheetseries.owasp.org/cheatsheets/Denial_of_Service_Cheat_Sheet.html#rate-limiting). How to do it: - https://docs.rs/tower/0.4.13/tower/timeout/struct.TimeoutLayer.html - https://docs.rs/axum/latest/axum/error_handling/index.html#applying-fallible-middleware