about summary refs log tree commit homepage
path: root/lib/PublicInbox/Inbox.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-12-23 08:38:46 +0000
committerEric Wong <e@80x24.org>2020-12-23 23:46:38 +0000
commitfbc71f023f2356b2e88a8cfeb738a945085ac9a2 (patch)
treed2d943bdb806be54c5b5b7ea854c6aa6a0441943 /lib/PublicInbox/Inbox.pm
parent052b9762f82c119f272c3ab8334773bd9c1c5b25 (diff)
downloadpublic-inbox-fbc71f023f2356b2e88a8cfeb738a945085ac9a2.tar.gz
The original comment hasn't been true since
PublicInbox::Git->modified was changed to use cat_async blob
responses.  In any case, manifest.js.gz generation already
cleans up per-epoch git processes used for ->modified.
Diffstat (limited to 'lib/PublicInbox/Inbox.pm')
-rw-r--r--lib/PublicInbox/Inbox.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/Inbox.pm b/lib/PublicInbox/Inbox.pm
index 863a5de4..ec8469e3 100644
--- a/lib/PublicInbox/Inbox.pm
+++ b/lib/PublicInbox/Inbox.pm
@@ -132,7 +132,7 @@ sub git_epoch {
                 return unless -d $git_dir;
                 my $g = PublicInbox::Git->new($git_dir);
                 $g->{-httpbackend_limiter} = $self->{-httpbackend_limiter};
-                # no cleanup needed, we never cat-file off this, only clone
+                # caller must manually cleanup when done
                 $g;
         };
 }