Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no way to change the default request timeout... #160

Closed
ramsees opened this issue Oct 22, 2012 · 6 comments
Closed

There is no way to change the default request timeout... #160

ramsees opened this issue Oct 22, 2012 · 6 comments

Comments

@ramsees
Copy link

ramsees commented Oct 22, 2012

In Thin you can do this with the "-t seconds" parameter, there is no way to set this variable in Puma.

@evanphx
Copy link
Member

evanphx commented Oct 22, 2012

Puma does not include a request timeout mechanism, thus no way to change it. :D

@evanphx evanphx closed this as completed Oct 22, 2012
@ramsees
Copy link
Author

ramsees commented Oct 22, 2012

What's the default timeout then?

@evanphx
Copy link
Member

evanphx commented Oct 22, 2012

There is no default timeout because Puma will never terminate a request based on time.

@ramsees
Copy link
Author

ramsees commented Oct 22, 2012

Thank you.

@schneems
Copy link
Contributor

schneems commented Mar 6, 2014

You can use rack timeout to do this https://github.com/kch/rack-timeout if you really need it

@synth
Copy link

synth commented Nov 3, 2021

Isn't the PERSISTENT_TIMEOUT configuration option functionally the same thing as a "request timeout". How might that timeout differ? Or I'm probably misunderstanding it...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants