Skip to content

Commit

Permalink
Change update interval to 12 hours, now that NVDA 2024.1 has been rel…
Browse files Browse the repository at this point in the history
…eased for a while.
  • Loading branch information
Luke Davis authored and Luke Davis committed May 11, 2024
1 parent 78f817f commit df70f61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon/globalPlugins/addonUpdater/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

# Overall update check routine was inspired by StationPlaylist Studio add-on (Joseph Lee).)

addonUpdateCheckInterval = 21600 # 6 hours; was 86400 (24 hours)
addonUpdateCheckInterval = 43200 # 12 hours; was 86400 (24 hours)
updateChecker = None


Expand Down
2 changes: 1 addition & 1 deletion buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def _(arg):
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
"addon_description": _("""Proof of concept implementation of add-on update feature (NVDA Core issue 3208)"""),
# version
"addon_version": "24.2.102",
"addon_version": "24.2.103",
# Author(s)
"addon_author": "Joseph Lee <[email protected]>, Luke Davis <[email protected]>",
# URL for the add-on documentation support
Expand Down

0 comments on commit df70f61

Please sign in to comment.