From 03cad120d00d9b9bb28df012930fc1f612580565 Mon Sep 17 00:00:00 2001 From: pictuga Date: Thu, 14 Jan 2021 22:34:57 +0100 Subject: [PATCH] README: comment on http timeout --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index da88cb2..342e071 100644 --- a/README.md +++ b/README.md @@ -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 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* articles, more time might be spent taking older articles from cache. `-1` for unlimited.