From 9a7acffa26f96e9cc05607bcbfe61d12fa64cc0a Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Thu, 26 Feb 2026 07:17:18 -0800 Subject: [PATCH] Review manage-forgejo-mirrors doc: clarify cron default, stamp reviewed Co-Authored-By: Claude Opus 4.6 --- docs/how-to/configuration/manage-forgejo-mirrors.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/how-to/configuration/manage-forgejo-mirrors.md b/docs/how-to/configuration/manage-forgejo-mirrors.md index 8dd423e..7a2f96c 100644 --- a/docs/how-to/configuration/manage-forgejo-mirrors.md +++ b/docs/how-to/configuration/manage-forgejo-mirrors.md @@ -1,6 +1,7 @@ --- title: Manage Forgejo Mirrors -modified: 2026-02-25 +modified: 2026-02-26 +last-reviewed: 2026-02-26 tags: - how-to - forgejo @@ -40,7 +41,7 @@ Mirror sync frequency is controlled by two settings in `app.ini`: With 10–30 mirrors at 8h intervals, expect ~1–4 fetches/hour — well within any rate limit when authenticated. -The explicit configuration lives in `ansible/roles/forgejo/templates/app.ini.j2`. +The `[mirror]` settings are explicitly configured in `ansible/roles/forgejo/templates/app.ini.j2`. The `[cron.update_mirrors]` SCHEDULE is a Forgejo built-in default and is not in the template. ## Prerequisites