mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
fix(stremthru): add lazy pull configuration for Torz addon in .env
This commit is contained in:
@@ -135,6 +135,15 @@ STREMTHRU_INTEGRATION_TMDB_ACCESS_TOKEN=
|
||||
# STREMTHRU_INTEGRATION_GITHUB_TOKEN=
|
||||
|
||||
|
||||
# ================================
|
||||
# OTHER
|
||||
# ================================
|
||||
# Enable Lazy Pull for the StremThru Torz addon.
|
||||
# Allows the torz addon to pull torrents from upstream databases in the background upon initial requests.
|
||||
# On the first request, it returns only local torrents, and pulls the rest in the background,
|
||||
# so that on the second search it has all the results available.
|
||||
# Makes response times faster, but less results on the first request.
|
||||
STREMTHRU_STREMIO_TORZ_LAZY_PULL=false
|
||||
|
||||
|
||||
# =============================
|
||||
|
||||
Reference in New Issue
Block a user