diff options
author | Joey Hess <joey@kitenet.net> | 2012-02-15 11:13:13 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-02-15 11:14:19 -0400 |
commit | 52c5b164d8dee3761b6ad96e3d636f862a2344e3 (patch) | |
tree | 71ef23b51d9bea9361cadec70db135f6bd60152d /debian | |
parent | c26db2625934e315163077d19d814bc71df7ef6e (diff) |
Added a annex.queuesize setting
useful when adding hundreds of thousands of files on a system with plenty
of memory.
git add gets quite slow in such a large repository, so if the system has
more than the ~32 mb of memory the queue can use by default, it's a useful
optimisation to increase the queue size, in order to decrease the number
of times git add is run.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9317a5291..28d253704 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,8 @@ git-annex (3.20120124) UNRELEASED; urgency=low due to lazy state update thunks when adding/fixing many files. * Fixed some memory leaks that occurred when committing journal files. * whereis: Prints the urls of files that the web special remote knows about. + * Added a annex.queuesize setting, useful when adding hundreds of thousands + of files on a system with plenty of memory. -- Joey Hess <joeyh@debian.org> Tue, 24 Jan 2012 16:21:55 -0400 |