aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-10-27 14:48:53 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-10-27 14:55:07 -0400
commitf84d66fa15bc746517ba61f2c05beade59c846e9 (patch)
tree305bc642fa49c31ec205ee436b79ddc39ee540ab /doc
parentc30366e95aa8967112cec0103393ea2b39ddf1c6 (diff)
reap in onLocal
Each onLocal call involves a new Annex state, so needs to clean up after it.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/fails_to_handle_lot_of_files.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/fails_to_handle_lot_of_files.mdwn b/doc/bugs/fails_to_handle_lot_of_files.mdwn
index bc5d92aec..470a5180f 100644
--- a/doc/bugs/fails_to_handle_lot_of_files.mdwn
+++ b/doc/bugs/fails_to_handle_lot_of_files.mdwn
@@ -439,3 +439,7 @@ Please note the "_n TIMES_" comments. It's how often I got the same error messag
4455
% find source -type f | wc -l
13554
+
+> Fixed unreaped process leak.
+> (This has nothing to do with NTFS). Ran test with 10k files
+> [[done]] --[[Joey]]