Add delay
parameter to avoid hitting rate limits
This commit is contained in:
parent
9c01b5733b
commit
ae9d49426a
4 changed files with 23 additions and 5 deletions
|
@ -117,6 +117,7 @@ As an example, to enable the `musixmatch` provider, you'll need to [acquire a Mu
|
|||
```toml
|
||||
[providers]
|
||||
order = ["musixmatch", "kugou"]
|
||||
delay = 10 # Seconds to wait between searches
|
||||
|
||||
[providers.musixmatch]
|
||||
token = "YOUR_TOKEN"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue