Periodically flush git command queue, to avoid boating memory usage too much.
Since the queue is flushed in between subcommand actions being run, there should be no issues with actions that expect to queue up some stuff and have it run after they do other stuff. So I didn't have to audit for such assumptions.
This commit is contained in:
parent
77f45e4e45
commit
bc51387e6d
14 changed files with 101 additions and 59 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -12,6 +12,8 @@ git-annex (0.20110402) UNRELEASED; urgency=low
|
|||
* Add build depend on perlmagick so docs are consistently built.
|
||||
Closes: #621410
|
||||
* Add doc-base file. Closes: #621408
|
||||
* Periodically flush git command queue, to avoid boating memory usage
|
||||
too much.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Sat, 02 Apr 2011 13:45:54 -0400
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue