cross-seed: Cache corruption
hi,
normaly i use this command
cross-seed search --exclude-older 1440
this is my config.js
module.exports = {
configVersion: 1,
jackettServerUrl: "url",
jackettApiKey: "api",
delay: 5,
trackers: ["trackers"],
torrentDir: ".../rtorrent/session",
outputDir: ".../.cross-seed/import",
includeEpisodes: true,
searchAll: true,
};
this usually works great as it just searches torrents which were added the last 24 hours.
i discovered that sometimes the --exclude-older flag is not working for me. atm when i run the command i see this:
Validating your configuration...
Your configuration is valid!
Found 933 torrents, 473 suitable to search for matches
[1/473] Searching for ...
i was expecting to search 2 torrents which i added an hour ago, other than the 2 torrent there were no torrents added to rtorrent in the last 48 hours, why is cross-seed searching all my torrent?
this happened to me a few times before, the next day when i run the command everything works as expected again.
any idea what could cause this?
edit: when i use --exclude-older 120
cross-seed search --exclude-older 120
Validating your configuration...
Your configuration is valid!
Found 933 torrents, 2 suitable to search for matches
[1/2] Searching for ...
it works fine
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 29 (4 by maintainers)
yeah that would be 3.0.0. I recommend updating to 3.0.1 asap