README: comment on http timeout
parent
01a7667032
commit
03cad120d0
|
@ -348,6 +348,11 @@ time to parse it, or might even run into a memory overflow on some shared
|
||||||
hosting plans (limits around 10Mb), in which case you might want to adjust the
|
hosting plans (limits around 10Mb), in which case you might want to adjust the
|
||||||
below settings via environment variables.
|
below settings via environment variables.
|
||||||
|
|
||||||
|
Also, if the request takes too long to process, the http request might be
|
||||||
|
discarded. See relevant config for
|
||||||
|
[gunicorn](https://docs.gunicorn.org/en/stable/settings.html#timeout) or
|
||||||
|
[nginx](http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_read_timeout).
|
||||||
|
|
||||||
- `MAX_TIME` (seconds) sets the maximum amount of time spent *fetching*
|
- `MAX_TIME` (seconds) sets the maximum amount of time spent *fetching*
|
||||||
articles, more time might be spent taking older articles from cache. `-1` for
|
articles, more time might be spent taking older articles from cache. `-1` for
|
||||||
unlimited.
|
unlimited.
|
||||||
|
|
Loading…
Reference in New Issue