mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
core: integration with FlareSolverr 2.0.0 (#12437)
This commit is contained in:
@@ -56,8 +56,8 @@ namespace Jackett.Common.Utils.Clients
|
||||
{
|
||||
clearanceHandlr = new ClearanceHandler(serverConfig.FlareSolverrUrl)
|
||||
{
|
||||
UserAgent = BrowserUtil.ChromeUserAgent,
|
||||
MaxTimeout = 50000
|
||||
MaxTimeout = 55000,
|
||||
ProxyUrl = serverConfig.GetProxyUrl(false)
|
||||
};
|
||||
clientHandlr = new HttpClientHandler
|
||||
{
|
||||
|
Reference in New Issue
Block a user