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
|
language: fr-FR
|
||||||
type: semi-private
|
type: semi-private
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
|
requestDelay: 4.1
|
||||||
certificates:
|
certificates:
|
||||||
- 023A091295E81813D040DFA0FA842DF9892BF0F5 # expired 10-March-2024 note: despite a new CA issued this one still pops up occasionally
|
- 023A091295E81813D040DFA0FA842DF9892BF0F5 # expired 10-March-2024 note: despite a new CA issued this one still pops up occasionally
|
||||||
links:
|
links:
|
||||||
|
@@ -48,8 +48,8 @@ namespace Jackett.Common.Indexers.Definitions
|
|||||||
cacheService: cs,
|
cacheService: cs,
|
||||||
configData: new ConfigurationDataPasskey())
|
configData: new ConfigurationDataPasskey())
|
||||||
{
|
{
|
||||||
// requestDelay for API Limit (1 request per 2 seconds)
|
// requestDelay for API Limit (1 request per 4 seconds)
|
||||||
webclient.requestDelay = 2.1;
|
webclient.requestDelay = 4.1;
|
||||||
|
|
||||||
var freeLeechOnly = new BoolConfigurationItem("Search freeleech only");
|
var freeLeechOnly = new BoolConfigurationItem("Search freeleech only");
|
||||||
configData.AddDynamic("freeleechonly", freeLeechOnly);
|
configData.AddDynamic("freeleechonly", freeLeechOnly);
|
||||||
|
Reference in New Issue
Block a user