From c0389425be0f3415fd7ec0b844820a4c67914787 Mon Sep 17 00:00:00 2001 From: mhdzumair Date: Fri, 24 Jan 2025 23:28:46 +0530 Subject: [PATCH] Add configurable toggles for torrent metadata and seeders jobs --- db/config.py | 2 +- docs/configuration.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/db/config.py b/db/config.py index 8892fa3..7676265 100644 --- a/db/config.py +++ b/db/config.py @@ -167,7 +167,7 @@ class Settings(BaseSettings): motogp_tgx_scheduler_crontab: str = "0 5 * * *" disable_motogp_tgx_scheduler: bool = False update_seeders_crontab: str = "0 0 * * *" - disable_update_seeders: bool = True + disable_update_seeders: bool = False arab_torrents_scheduler_crontab: str = "0 0 * * *" disable_arab_torrents_scheduler: bool = False wwe_tgx_scheduler_crontab: str = "10 */3 * * *" diff --git a/docs/configuration.md b/docs/configuration.md index 24c3b9b..157f2e6 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -127,7 +127,7 @@ These settings define the basic configuration and identity of your MediaFusion i - **store_stremthru_magnet_cache** (default: `False`): Store StremThru magnet cache. - **is_scrap_from_yts** (default: `True`): Enable/disable YTS scraping. - **scrape_with_aka_titles** (default: `True`): Include alternative titles in scraping. -- **enable_fetching_torrent_metadata_from_p2p** (default: `False`): Enable fetching torrent metadata from P2P, Cautions: It may raise DMCA issues. +- **enable_fetching_torrent_metadata_from_p2p** (default: `True`): Enable fetching torrent metadata from P2P, Cautions: It may raise DMCA issues. ## Time-related Settings