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:
@@ -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
|
||||
|
Reference in New Issue
Block a user