GitHub user effrafax opened a pull request:
https://github.com/apache/archiva/pull/23
Increasing timeouts for repository check
We have a problem with repositories with slow response times (proxy server
in between that additionally slows the responses). We get failure icons in the
web application for these repositories because of the relatively low hardcoded
read timeout value.
The patch increases the timeout for the repository check and adds getter /
setter for the values. Maybe it would be better to make the values
configurable, but would like to keep the patch small and put this for
discussion.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/effrafax/archiva change_timeout
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/archiva/pull/23.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #23
----
commit 02b892796c31000e93ad0727234133a789e9a894
Author: Martin Stockhammer <[email protected]>
Date: 2016-09-08T17:00:40Z
Increasing timeouts for repository check
Slow responding repositories were marked with a repository failure because
of the
low read timeout value.
Increases the timeout for the repository check.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---