Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Timeout on commands for remote servers #267

Closed
grtjn opened this issue Aug 22, 2014 · 2 comments
Closed

Timeout on commands for remote servers #267

grtjn opened this issue Aug 22, 2014 · 2 comments
Milestone

Comments

@grtjn
Copy link
Contributor

grtjn commented Aug 22, 2014

Most commands in Roxy go through the Roxy::Http library. Some commands can take long however, and get canceled from client-side by a default read timeout in that library. It defaults to 120 seconds, which can be too low.

The default should be increased (240 or 300 sec).

It would also be great if it were possible to add some property in one of the property files to override that default, maybe something like http.read-timeout=300

@grtjn
Copy link
Contributor Author

grtjn commented Aug 26, 2014

Changed default locally, will include in pull request..

@paxtonhare
Copy link
Contributor

fixed in dev

@paxtonhare paxtonhare modified the milestone: v1.6 Oct 31, 2014
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