1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-10 10:34:15 +02:00

feat(http-client): add http retry count to config (#3887)

This commit is contained in:
Dag
2024-01-10 21:48:12 +01:00
committed by GitHub
parent c7e8ddf486
commit 080e29365a
3 changed files with 23 additions and 15 deletions

View File

@@ -49,6 +49,11 @@ enable_maintenance_mode = false
[http]
; Operation timeout in seconds
timeout = 30
; Operation retry count in case of curl error
retries = 2
; User agent
useragent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0"
; Max http response size in MB