mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Fix AnimeBytes caps, Change to 4.5 #117, change all trackers to retry failed requests
This commit is contained in:
@@ -105,13 +105,9 @@ namespace Jackett.Services
|
||||
{
|
||||
logger.Info("Starting Jackett " + configService.GetVersion());
|
||||
CultureInfo.DefaultThreadCurrentCulture = new CultureInfo("en-US");
|
||||
|
||||
// Allow all SSL.. sucks I know but mono on linux is having problems without it..
|
||||
ServicePointManager.ServerCertificateValidationCallback += (sender, cert, chain, sslPolicyErrors) => true;
|
||||
|
||||
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
|
||||
// Load indexers
|
||||
indexerService.InitIndexers();
|
||||
|
||||
}
|
||||
|
||||
public void Start()
|
||||
|
Reference in New Issue
Block a user