master TOC | chapter TOC | support
If you're paranoid enough to use mirrors, you should be paranoid enough to
use the receive.fsckObjects setting. However, informal tests indicate a
40-50% CPU overhead from this. If you're ok with that, make the appropriate
adjustments to GL_GITCONFIG_KEYS in the rc file, then add this to your
gitolite.conf file:
repo @all
config receive.fsckObjects = "true"
Personally, I just set git config --global receive.fsckObjects true, since
those servers aren't doing anything else anyway, and are idle for long
stretches of time. It's upto you what you want to do here.