Fix more config options in cross-seed
This commit is contained in:
@@ -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",
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user