fix(stremthru): add lazy pull configuration for Torz addon in .env

This commit is contained in:
Viren070
2025-07-22 20:23:15 +01:00
parent 7ee5ce72d9
commit 0065b84185
+9
View File
@@ -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
# =============================