From 9991066d4d4cf1f81d1724a3f2d8b2263c5314de Mon Sep 17 00:00:00 2001 From: Giova <62809003+Ghost6446@users.noreply.github.com> Date: Mon, 13 May 2024 20:06:19 +0200 Subject: [PATCH] Update config for only 4 threads. --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index c5e2700..3595f67 100644 --- a/config.json +++ b/config.json @@ -16,12 +16,12 @@ }, "SITE": { "streaming_site_name": "streamingcommunity", - "streaming_domain": "marketing", + "streaming_domain": "foo", "anime_site_name": "animeunity", "anime_domain": "to" }, "M3U8": { - "tdqm_workers": 20, + "tdqm_workers": 4, "tqdm_progress_timeout": 10, "minimum_ts_files_in_folder": 15, "download_percentage": 1,