diff --git a/apps/stremthru/.env b/apps/stremthru/.env index 515ea78..e43094d 100644 --- a/apps/stremthru/.env +++ b/apps/stremthru/.env @@ -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 # =============================