0

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.

vikas95prasad
  • 1,234
  • 1
  • 12
  • 37

1 Answers1

0

You can use rack-timeout gem.

Best, Théo