From c87c301ae7da5367e48739f75cf099b5e7a7a082 Mon Sep 17 00:00:00 2001 From: perennial Date: Wed, 28 Aug 2024 20:50:05 +1000 Subject: [PATCH] doc: document PIXIVFE_PROXY_CHECK_INTERVAL --- doc/environment-variables.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/environment-variables.md b/doc/environment-variables.md index 86484a2..59d30c7 100644 --- a/doc/environment-variables.md +++ b/doc/environment-variables.md @@ -86,6 +86,15 @@ The value of the `User-Agent` header used for requests to Pixiv's API. The value of the `Accept-Language` header used for requests to Pixiv's API. Change this to modify the response language. +### `PIXIVFE_PROXY_CHECK_INTERVAL` + +**Required**: No + +**Default:** `480` + +The interval in minutes between proxy checks. Defaults to 480 minutes (8 hours) if not set. +You can disable this by setting the value to 0. Then, proxies will only be checked once at server initialization. + ### `PIXIVFE_DEV` **Required**: No