mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 11:48:49 +00:00
parent
3169ac6cb4
commit
f3c8035a04
1 changed files with 3 additions and 1 deletions
|
@ -51,7 +51,9 @@ namespace Jackett.Common.Indexers
|
|||
client: wc,
|
||||
logger: l,
|
||||
p: ps,
|
||||
configData: new ConfigurationDataBasicLogin("Configure the URL, username and password from your local magneticow.<br>Default credentials are: username=username, password=password."))
|
||||
configData: new ConfigurationDataBasicLogin("Configure the URL, username and password from your local magneticow.<br>" +
|
||||
"Default credentials are: username=username, password=password.<br>" +
|
||||
"If you have many torrents, it is recommended to use PostgreSQL database to make queries faster. With SQLite, timeouts may occur."))
|
||||
|
||||
{
|
||||
Encoding = Encoding.UTF8;
|
||||
|
|
Loading…
Add table
Reference in a new issue