diff options
| author | 2023-02-06 14:11:41 +0100 | |
|---|---|---|
| committer | 2023-02-06 14:11:41 +0100 | |
| commit | de2077b56388c5196d5c1ddcbbd4a141ea8cf67b (patch) | |
| tree | d0c81ff2bdd76f85c7693c6cf3efc42f34537549 /docs | |
| parent | 40aa8b9264f1918cb48a0e2f6fc00455181a004a (diff) | |
Increase max HTTP timeout (#5074)
* Increase maximum HTTP request timeout from 2 minutes to 15 minutes;
* Reason: I have some RSS Bridge generating feeds, which can take several minutes.
* Increase default HTTP request timeout from 15 to 20s.
* Reason: I regularly observe feeds, which are slow to answer.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/en/users/04_Subscriptions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/users/04_Subscriptions.md b/docs/en/users/04_Subscriptions.md index a6b54ffe8..7b0a488f0 100644 --- a/docs/en/users/04_Subscriptions.md +++ b/docs/en/users/04_Subscriptions.md @@ -5,7 +5,7 @@ 3. Paste the URL in the “Feed URL” field. 4. (optional): You can select the category for your feed. By default, it will be in “Uncategorized”. 5. (optional): If the subscription requires credentials, you can enter them in the "HTTP username" and "HTTP password" fields. -6. (optional): You can set a timeout for the feed request if the feed requires it. +6. (optional): You can set a timeout for the feed request. 7. (optional): You can choose to ignore SSL certificate errors (such as with self-signed certificates) by setting "Verify SSL security" to "No". This is not recommended, and it is better to either add the root certificate to the FreshRSS server or to fix the SSL certificate problems on the feed hosting server. ## Subscription management |
