summaryrefslogtreecommitdiff
path: root/doc/workflow/repository_mirroring.md
diff options
context:
space:
mode:
authorChris Wilson <chris@chrisjwilson.com>2016-09-29 05:17:41 +0000
committerChris Wilson <chris@chrisjwilson.com>2016-12-05 12:12:07 +0800
commite7bb4975bee255ea8e3673682e3be2ec4b3903c5 (patch)
tree321604b7a97f38520c08bdea80080e18a40dd84d /doc/workflow/repository_mirroring.md
parent42ae4aa6b7fbbf6f57edbf66e71f0098f18e5fda (diff)
downloadgitlab-ce-e7bb4975bee255ea8e3673682e3be2ec4b3903c5.tar.gz
Include crontab generator example
Diffstat (limited to 'doc/workflow/repository_mirroring.md')
-rw-r--r--doc/workflow/repository_mirroring.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/workflow/repository_mirroring.md b/doc/workflow/repository_mirroring.md
index 9a488b313cd..38cf206b144 100644
--- a/doc/workflow/repository_mirroring.md
+++ b/doc/workflow/repository_mirroring.md
@@ -92,7 +92,7 @@ While mirrors update once an hour, you can force an update (either **push** or
## Adjusting synchronization times
-You can manually configure the repository synchronization times by setting the following configuration values. *These are cron formatted values.*
+You can manually configure the repository synchronization times by setting the following configuration values. *These are cron formatted values.* You can use a crontab generator to create these values, for example http://www.crontabgenerator.com/
Please note that `update_all_mirrors_worker_cron` refers to the worker used for pulling changes from a remote mirror while `update_all_remote_mirrors_worker_cron` refers to the worker used for pushing changes to the remote mirror.
@@ -110,7 +110,7 @@ cron_jobs:
update_all_mirrors_worker_cron:
cron: "0 * * * *"
update_all_remote_mirrors_worker_cron:
- cron: "30 * * * *"
+ cron: "30 * * * *"
```
[ee-51]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/51