1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

Updated RSS Sync interval to 25 Minutes.

This commit is contained in:
kay.one 2012-01-11 11:38:52 -08:00
parent 5a70fce2bf
commit 542f733494

View File

@ -12,7 +12,7 @@
</style>
}
<div class="infoBox">
RSS feeds are checked every 15 minutes for new episodes.</div>
RSS feeds are checked every 25 minutes for new episodes.</div>
<div id="stylized">
@using (Html.BeginForm("SaveIndexers", "Settings", FormMethod.Post, new { id = "IndexersForm", name = "IndexersForm", @class = "settingsForm" }))
{