Skip to content

Commit

Permalink
magnetico: add clarification note. resolves Jackett#10174 (Jackett#10316
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ngosang authored Nov 28, 2020
1 parent 3169ac6 commit f3c8035
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Jackett.Common/Indexers/Magnetico.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ public Magnetico(IIndexerConfigurationService configService, WebClient wc, Logge
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;
Expand Down

0 comments on commit f3c8035

Please sign in to comment.