We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bced406 commit 0a996caCopy full SHA for 0a996ca
conf/app.ini
@@ -427,8 +427,8 @@ ENABLED = true
427
; Run cron tasks when Gogs starts.
428
RUN_AT_START = false
429
430
-; Update mirrors
431
[cron.update_mirrors]
+; Defines how often the mirror syncer checks if any mirror needs to be synchronized (based on the mirror update interval).
432
SCHEDULE = @every 10m
433
434
; Repository health check
@@ -473,7 +473,8 @@ PULL = 300
473
GC = 60
474
475
[mirror]
476
-; The default interval in hours for fetching updates.
+; Defines the default interval (in hours) until the next sync for a mirror (after a successful mirror sync).
477
+; It can be overridden individually for each mirror repository in the settings.
478
DEFAULT_INTERVAL = 8
479
480
[api]
0 commit comments