Actions
Feature #17423
closedPulp download timeouts should be configurable
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1334989
- [RFE] Pulp download timeouts should be configurable
- When synchronzing a repository some packages won't be downloaded. A connection error is reported. When we try to download the package with a "wget" it works, but takes around 90 seconds to start the connection for that specific package.
Fortunately, there is a workaround available1. Changing the values in /nectar/config.py [/usr/lib/python<version>/site-packages/nectar/config.py] resolves the issue.
Instead of playing with the config.py can we make this timeout settings configurable?
Actions