]> arthur.barton.de Git - bup.git/commit
Split packs around 100M objects or 1G bytes.
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 6 Jan 2010 04:42:15 +0000 (23:42 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 6 Jan 2010 05:28:17 +0000 (00:28 -0500)
commiteacc2d3b1b42fdbe9ff6a49ac5627e4fc51a35ee
treedd7cdaaa6c44bc4778a324ffb44937fa7508a8ce
parent7ae2fd9d52c40ca4d45df2e8d4265f9c923ba856
Split packs around 100M objects or 1G bytes.

This will make pruning much easier later, plus avoids any problems with
packs >= 2GB (not that we've had any of those yet, but...), plus avoids
wasting RAM with an overly full MultiPackIndex.also{} dictionary.
client.py
cmd-save.py
cmd-server.py
cmd-split.py
git.py
hashsplit.py
helpers.py
options.py
test-sh