From dbbfc041a411e04cf7f818ed5c44e2d6d24f3511 Mon Sep 17 00:00:00 2001 From: Joe Kaufeld Date: Wed, 23 Jun 2021 10:42:12 -0400 Subject: [PATCH] Update default.json to use a longer update period See https://github.com/Tzahi12345/YoutubeDL-Material/issues/385 for context; setting this to a daily value instead of every five minutes means that updates still come in but it doesn't completely trample all other network traffic, especially if you have a lot of subscriptions. --- src/assets/default.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/default.json b/src/assets/default.json index ce2cdb3..62a1a6f 100644 --- a/src/assets/default.json +++ b/src/assets/default.json @@ -38,7 +38,7 @@ "Subscriptions": { "allow_subscriptions": true, "subscriptions_base_path": "subscriptions/", - "subscriptions_check_interval": "300", + "subscriptions_check_interval": "86400", "subscriptions_use_youtubedl_archive": true }, "Users": { @@ -64,4 +64,4 @@ "default_downloader": "youtube-dlc" } } -} \ No newline at end of file +}