diff --git a/src/Jackett.Common/Indexers/Magnetico.cs b/src/Jackett.Common/Indexers/Magnetico.cs
index 9c280f88f112e..e7cb1438be2c5 100644
--- a/src/Jackett.Common/Indexers/Magnetico.cs
+++ b/src/Jackett.Common/Indexers/Magnetico.cs
@@ -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.
Default credentials are: username=username, password=password."))
+ configData: new ConfigurationDataBasicLogin("Configure the URL, username and password from your local magneticow.
" +
+ "Default credentials are: username=username, password=password.
" +
+ "If you have many torrents, it is recommended to use PostgreSQL database to make queries faster. With SQLite, timeouts may occur."))
{
Encoding = Encoding.UTF8;