From 478885a3cddd8454ee04731b3ce3cbd2f70bc4b2 Mon Sep 17 00:00:00 2001 From: Mike Wilson Date: Tue, 6 Jan 2026 12:21:37 -0500 Subject: [PATCH] Switch cross-seed from hardlinks to reflinks for less chance of data corruption --- ansible/roles/qbittorrent/templates/cross-seed/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/qbittorrent/templates/cross-seed/config.js b/ansible/roles/qbittorrent/templates/cross-seed/config.js index b0efcd8..30146f3 100644 --- a/ansible/roles/qbittorrent/templates/cross-seed/config.js +++ b/ansible/roles/qbittorrent/templates/cross-seed/config.js @@ -34,7 +34,7 @@ module.exports = { seasonsFromEpisodes: 0.8, matchMode: "partial", linkDirs: ["/data/torrents/cross-seed"], - linkType: "hardlink", + linkType: "reflink", notificationWebhookUrls: ["https://webhooks.cheogram.com/{{ crossseed_webhook_endpoint }}"], port: 2468, rssCadence: "16min",