Switch cross-seed from hardlinks to reflinks for less chance of data corruption

This commit is contained in:
Mike Wilson
2026-01-06 12:21:37 -05:00
parent 4741e56d66
commit 478885a3cd

View File

@@ -34,7 +34,7 @@ module.exports = {
seasonsFromEpisodes: 0.8, seasonsFromEpisodes: 0.8,
matchMode: "partial", matchMode: "partial",
linkDirs: ["/data/torrents/cross-seed"], linkDirs: ["/data/torrents/cross-seed"],
linkType: "hardlink", linkType: "reflink",
notificationWebhookUrls: ["https://webhooks.cheogram.com/{{ crossseed_webhook_endpoint }}"], notificationWebhookUrls: ["https://webhooks.cheogram.com/{{ crossseed_webhook_endpoint }}"],
port: 2468, port: 2468,
rssCadence: "16min", rssCadence: "16min",