Skip to content

Commit

Permalink
update frequency check 7 days
Browse files Browse the repository at this point in the history
  • Loading branch information
BKSteve committed Feb 14, 2024
1 parent 737331a commit c1c4631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sickchill/gui/slick/views/config_general.mako
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
</div>
<div class="row">
<div class="col-md-12">
<label for="update_frequency">${_('hours for software updates (default:1)')}</label>
<label for="update_frequency">${_('hours for software updates (default:168 (7d))')}</label>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion sickchill/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
DEFAULT_DAILYSEARCH_FREQUENCY = 40
DEFAULT_PAGE = "home"
DEFAULT_SHOWUPDATE_HOUR = random.randint(2, 4)
DEFAULT_UPDATE_FREQUENCY = 1
DEFAULT_UPDATE_FREQUENCY = 168
DELETE_FAILED = False
DELETE_NON_ASSOCIATED_FILES = False
DELRARCONTENTS = False
Expand Down

0 comments on commit c1c4631

Please sign in to comment.