Skip to content

Commit

Permalink
Update check interval to 12 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Davis authored and Luke Davis committed May 11, 2024
1 parent 141e436 commit 6eb20bc
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 6eb20bc

Please sign in to comment.