mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
rarbg: set request delay based on query mode (#14057)
This commit is contained in:
@@ -301,6 +301,8 @@ namespace Jackett.Common.Indexers
|
||||
var cats = string.Join(";", querycats);
|
||||
qc.Add("category", cats);
|
||||
|
||||
webclient.requestDelay = qc.Get("mode") == "list" ? 31 : 5;
|
||||
|
||||
return ApiEndpoint + "?" + qc.GetQueryString();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user