From 0065b841851efb62ff9caec3e88835f7677613b0 Mon Sep 17 00:00:00 2001 From: Viren070 Date: Tue, 22 Jul 2025 20:23:15 +0100 Subject: [PATCH] fix(stremthru): add lazy pull configuration for Torz addon in .env --- apps/stremthru/.env | 9 +++++++++ 1 file changed, 9 insertions(+) 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 # =============================