diff options
Diffstat (limited to 'hg.sr.ht/installation.md')
-rw-r--r-- | hg.sr.ht/installation.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hg.sr.ht/installation.md b/hg.sr.ht/installation.md index 430c101..a8ac218 100644 --- a/hg.sr.ht/installation.md +++ b/hg.sr.ht/installation.md @@ -38,6 +38,13 @@ favorite cron daemon. We recommend the following crontab: */20 * * * * hgsrht-periodic +If you'd like to generate +[clonebundles](https://www.mercurial-scm.org/wiki/ClonebundlesExtension) (which +require more disk space but dramatically speed up cloning large repositories), +also add a nightly task for running the script: + + 0 * * * * hgsrht-clonebundles + ## HTTP(s) Cloning hg.sr.ht does not do this for you - you need to wire it up in nginx. Here's an |