Disable gitea's update checker cron job
This cron job is part of the extended cron job list which are supposed to be disabled by default. This cron job is enabled by default and does a fetch of some json data to determine if the current version of gitea is the latest. We don't need gitea phoning home to check if it is up to date because we can (and some of us do) subscribe to github release notifications for gitea over email. This is better as it isn't a poll that will be ignored. Change-Id: Icae1136fbb17a29996e2fa0dbea4b874ae4850dd
This commit is contained in:
parent
331ca64055
commit
7d13452ae9
@ -134,3 +134,8 @@ NOTICE_ON_SUCCESS = false
|
||||
; Note we run this several hours after 0000 (midnight) to avoid conflict
|
||||
; with default cron jobs run by gitea at that time.
|
||||
SCHEDULE = 0 0 3 * * 0
|
||||
|
||||
; We don't need gitea phoning out to check versions. We stay on
|
||||
; top of new releases using github release notifications over email.
|
||||
[cron.update_checker]
|
||||
ENABLED = false
|
||||
|
Loading…
x
Reference in New Issue
Block a user