LibreY- privacy respecting meta search engine |
git clone git://git.acid.vegas/LibreY.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 90f07bceeba904e12fc68e0e7b6a5105eb184908
parent 5e37afdd12bae5052dcf0e510f86d059e80493a5 Author: Revvy <nothingtohide@revvy.de> Date: Thu, 31 Aug 2023 10:40:14 -0400 fix default for cache ttl docker Diffstat:
|
1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git a/docker/attributes.sh b/docker/attributes.sh @@ -28,7 +28,7 @@ export CONFIG_BITTORRENT_TRACKERS=${CONFIG_BITTORRENT_TRACKERS:-"&tr=http://nyaa export CONFIG_HIDDEN_SERVICE_SEARCH=${CONFIG_HIDDEN_SERVICE_SEARCH:-false} export CONFIG_INSTANCE_FALLBACK="${CONFIG_INSTANCE_FALLBACK:-true}" export CONFIG_RATE_LIMIT_COOLDOWN="${CONFIG_RATE_LIMIT_COOLDOWN:-25}" -export CONFIG_CACHE_TIME="${CONFIG_CACHE_TIME:-25}" +export CONFIG_CACHE_TIME="${CONFIG_CACHE_TIME:-20}" # Supported apps integration configuration. These empty spaces can be set up using free hosts as pointers # A particular example is using the "https://yewtu.be" or a self-hosted host to integrate the invidious app to librey |