mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-24 22:35:49 -04:00
* #292 - Allow longer threshold for RSS Sync Update RSS Sync interval default to 60 minutes, and don't allow values below 60 or higher than 720 minutes (12 hours) * allow minimum of 10 mintes
This commit is contained in:
committed by
Leonardo Galli
parent
a0c8127ecf
commit
2c56d60678
@@ -34,7 +34,7 @@
|
||||
</div>
|
||||
|
||||
<div class="col-sm-2 col-sm-pull-1">
|
||||
<input type="number" name="rssSyncInterval" class="form-control" min="0" max="120"/>
|
||||
<input type="number" name="rssSyncInterval" class="form-control" min="0" max="720"/>
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
Reference in New Issue
Block a user