Commit 4eaf92cd authored by Nick Thomas's avatar Nick Thomas

Update gitlab.yml.example to match the default settings for Geo sync workers

parent 54dac8a0
---
title: Update gitlab.yml.example to match the default settings for Geo sync workers
merge_request: 3488
author:
type: fixed
......@@ -254,12 +254,12 @@ production: &base
# GitLab Geo repository sync worker
# NOTE: This will only take effect if Geo is enabled (secondary nodes only)
geo_repository_sync_worker:
cron: "*/5 * * * *"
cron: "*/1 * * * *"
# GitLab Geo file download dispatch worker
# NOTE: This will only take effect if Geo is enabled (secondary nodes only)
geo_file_download_dispatch_worker:
cron: "*/10 * * * *"
cron: "*/1 * * * *"
registry:
# enabled: true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment