Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Indexer specific delay #612

Open
mmenanno opened this issue Mar 11, 2024 · 1 comment
Open

[Feature Request] Indexer specific delay #612

mmenanno opened this issue Mar 11, 2024 · 1 comment
Labels
config related to config file feature New feature or request integration Integration (API) with/for applications search Related to search

Comments

@mmenanno
Copy link

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 #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,
    },
  ]
}
@zakkarry zakkarry added feature New feature or request search Related to search integration Integration (API) with/for applications config related to config file labels Mar 11, 2024
@SnippetSpace
Copy link

SnippetSpace commented Mar 12, 2024

+1 would also like this, and this may require #608 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config related to config file feature New feature or request integration Integration (API) with/for applications search Related to search
Projects
None yet
Development

No branches or pull requests

3 participants