cross-seed / cross-seed

Fully-automatic cross-seeding with Torznab
https://cross-seed.org
Apache License 2.0
761 stars 69 forks source link

[Feature Request] Indexer specific delay #612

Open mmenanno opened 3 months ago

mmenanno commented 3 months ago

Some of the indexers I use can handle a much lower delay than others. It would my nice to be able to configure the delay on an indexer level, though I realize this probably also requires https://github.com/cross-seed/cross-seed/issues/608

Perhaps we could make the indexers configurable within the torzab array? Something like:


config = {
  torzab = [
    { 
      name: "OnlyEncodes",
      torzab_url: "torzab-url-here",
      delay: 30,
    },
    { 
      name: "Aither",
      torzab_url: "torzab-url-here",
      delay: 15,
    },
  ]
}
SnippetSpace commented 3 months ago

+1 would also like this, and this may require https://github.com/cross-seed/cross-seed/issues/608 :)