Skip to content
This repository has been archived by the owner on Dec 23, 2020. It is now read-only.

Rack Timeout Causes Issues on OSX #19

Closed
mastermindg opened this issue Feb 7, 2017 · 2 comments
Closed

Rack Timeout Causes Issues on OSX #19

mastermindg opened this issue Feb 7, 2017 · 2 comments

Comments

@mastermindg
Copy link

I've running Docker 1.13 on El Capitan and when I attempt to load any page it gets a Timeout error. I've disabled rack_timeout on all of my projects and I don't have any timeout errors any more. It would be nice to add a flag to exclude it from a new build.

@nickjj
Copy link
Owner

nickjj commented Feb 7, 2017

Hi,

You can easily configure it in the .env file as REQUEST_TIMEOUT=5. It defaults to throwing an error if it's greater than 5 seconds.

I suppose that could be an issue on OSX because it runs Docker quite a bit slower than Linux natively.

@mastermindg
Copy link
Author

Worked like a charm! Thanks!

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

No branches or pull requests

2 participants