Add delay parameter to avoid hitting rate limits

This commit is contained in:
mrsobakin 2024-08-13 22:27:58 +05:00
parent 9c01b5733b
commit ae9d49426a
No known key found for this signature in database
GPG key ID: 325CBF665E4FFD6E
4 changed files with 23 additions and 5 deletions

View file

@ -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"