From 6cfdc58c6c2bb94dcfa8fe9fbf23492163cadb55 Mon Sep 17 00:00:00 2001 From: Goldy <153996346+g0ldyy@users.noreply.github.com> Date: Tue, 13 Aug 2024 11:26:11 +0200 Subject: [PATCH] test --- .env-sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env-sample b/.env-sample index 45f165d..54d667a 100644 --- a/.env-sample +++ b/.env-sample @@ -2,7 +2,7 @@ ADDON_ID=stremio.comet.fast # for Stremio ADDON_NAME=Comet # for Stremio FASTAPI_HOST=0.0.0.0 FASTAPI_PORT=8000 -FASTAPI_WORKERS=1 # remove to destroy CPU -> max performances +FASTAPI_WORKERS=1 # remove to destroy CPU -> max performances :D DATABASE_PATH=data/comet.db # only change it if you know what it is - folders in path must exist CACHE_TTL=86400 # cache duration in seconds DEBRID_PROXY_URL=http://127.0.0.1:1080 # https://github.com/cmj2002/warp-docker to bypass Debrid Services and Torrentio server IP blacklist