From e440df2ac8dde829f60347f59865332a0b8e6b62 Mon Sep 17 00:00:00 2001 From: Mike Wilson Date: Fri, 20 Dec 2024 09:34:53 -0500 Subject: [PATCH] Fix more config options in cross-seed --- ansible/roles/qbittorrent/templates/cross-seed/config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/roles/qbittorrent/templates/cross-seed/config.js b/ansible/roles/qbittorrent/templates/cross-seed/config.js index 7fa3ff5..33fa1f7 100644 --- a/ansible/roles/qbittorrent/templates/cross-seed/config.js +++ b/ansible/roles/qbittorrent/templates/cross-seed/config.js @@ -26,13 +26,13 @@ module.exports = { includeNonVideos: false, fuzzySizeThreshold: 0.02, excludeOlder: "12w", - excludeRecentSearch: "2w", + excludeRecentSearch: "3w", action: "inject", rtorrentRpcUrl: undefined, qbittorrentUrl: "https://qbittorrent.local.{{ personal_domain }}", duplicateCategories: true, notificationWebhookUrl: "https://webhooks.cheogram.com/{{ crossseed_webhook_endpoint }}", port: 2468, - rssCadence: "2w", - searchCadence: "6w", + rssCadence: "16min", + searchCadence: "1w", };