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, includeNonVideos: false,
fuzzySizeThreshold: 0.02, fuzzySizeThreshold: 0.02,
excludeOlder: "12w", excludeOlder: "12w",
excludeRecentSearch: "2w", excludeRecentSearch: "3w",
action: "inject", action: "inject",
rtorrentRpcUrl: undefined, rtorrentRpcUrl: undefined,
qbittorrentUrl: "https://qbittorrent.local.{{ personal_domain }}", qbittorrentUrl: "https://qbittorrent.local.{{ personal_domain }}",
duplicateCategories: true, duplicateCategories: true,
notificationWebhookUrl: "https://webhooks.cheogram.com/{{ crossseed_webhook_endpoint }}", notificationWebhookUrl: "https://webhooks.cheogram.com/{{ crossseed_webhook_endpoint }}",
port: 2468, port: 2468,
rssCadence: "2w", rssCadence: "16min",
searchCadence: "6w", searchCadence: "1w",
}; };