ysbaddaden / prax

Rack proxy server for development
http://ysbaddaden.github.io/prax/
Other
475 stars 49 forks source link

Config response timeout #123

Closed reddevil578 closed 9 years ago

reddevil578 commented 9 years ago

Replace hardcoded 60-second Rack app response header timeout with configuration variable and 60-second default. Motivation: 60 seconds is insufficient for starting up complex applications, particularly in development scenarios using cheap computing platforms (e.g. small EC2 instance types). Allow users option to adjust timeout for specific circumstances.

aeberlin commented 9 years ago

@ysbaddaden :+1:

ysbaddaden commented 9 years ago

Thanks!