mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
@@ -5,6 +5,7 @@ description: "sharewood is a Semi-Private FRENCH Torrent Tracker for GENERAL"
|
||||
language: fr-FR
|
||||
type: semi-private
|
||||
encoding: UTF-8
|
||||
requestDelay: 4.1
|
||||
certificates:
|
||||
- 023A091295E81813D040DFA0FA842DF9892BF0F5 # expired 10-March-2024 note: despite a new CA issued this one still pops up occasionally
|
||||
links:
|
||||
|
@@ -48,8 +48,8 @@ namespace Jackett.Common.Indexers.Definitions
|
||||
cacheService: cs,
|
||||
configData: new ConfigurationDataPasskey())
|
||||
{
|
||||
// requestDelay for API Limit (1 request per 2 seconds)
|
||||
webclient.requestDelay = 2.1;
|
||||
// requestDelay for API Limit (1 request per 4 seconds)
|
||||
webclient.requestDelay = 4.1;
|
||||
|
||||
var freeLeechOnly = new BoolConfigurationItem("Search freeleech only");
|
||||
configData.AddDynamic("freeleechonly", freeLeechOnly);
|
||||
|
Reference in New Issue
Block a user