mirror of
https://github.com/go-gitea/gitea
synced 2025-08-12 04:28:21 +00:00
conf: change default mirror checking interval to 10m
This commit is contained in:
@@ -314,7 +314,7 @@ RUN_AT_START = false
|
||||
|
||||
; Update mirrors
|
||||
[cron.update_mirrors]
|
||||
SCHEDULE = @every 1h
|
||||
SCHEDULE = @every 10m
|
||||
|
||||
; Repository health check
|
||||
[cron.repo_health_check]
|
||||
|
Reference in New Issue
Block a user