Fix more config options in cross-seed

This commit is contained in:
Mike Wilson
2024-12-20 09:34:53 -05:00
parent 039873b3f6
commit e440df2ac8

View File

@@ -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",
};