I'm debugging a issue for production.
Where the request takes more than 30s
and it fails.
I'm trying to reproduce the issue on my local machine.
How can I set the request timeout to 30s
in local.
Working on Ruby on Rails
Application with puma
.
You can use rack-timeout gem.
Best, Théo