Merge "Disable gitea's update checker cron job"
This commit is contained in:
commit
511a45ab35
@ -134,3 +134,8 @@ NOTICE_ON_SUCCESS = false
|
|||||||
; Note we run this several hours after 0000 (midnight) to avoid conflict
|
; Note we run this several hours after 0000 (midnight) to avoid conflict
|
||||||
; with default cron jobs run by gitea at that time.
|
; with default cron jobs run by gitea at that time.
|
||||||
SCHEDULE = 0 0 3 * * 0
|
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