mirror of
https://github.com/miniflux/v2.git
synced 2025-08-31 18:31:01 +00:00
Make HTTP Client timeout and max body size configurable
This commit is contained in:
parent
228862fefa
commit
bb720c87c1
5 changed files with 117 additions and 33 deletions
10
miniflux.1
10
miniflux.1
|
@ -169,6 +169,16 @@ Pocket consumer API key for all users\&.
|
|||
Avoids mixed content warnings for external images: http-only, all, or none\&.
|
||||
.br
|
||||
Default is http-only\&.
|
||||
.TP
|
||||
.B HTTP_CLIENT_TIMEOUT
|
||||
Time limit in seconds before the HTTP client cancel the request\&.
|
||||
.br
|
||||
Default is 20 seconds\&.
|
||||
.TP
|
||||
.B HTTP_CLIENT_MAX_BODY_SIZE
|
||||
Maximum body size for HTTP requests in Mebibyte (MiB)\&.
|
||||
.br
|
||||
Default is 20 MiB\&.
|
||||
|
||||
.SH AUTHORS
|
||||
.sp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue