user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 2/2] import: run "git gc --auto" when done
  2016-09-08 22:46  4% [PATCH 0/2] import: run "git gc --auto" Eric Wong
@ 2016-09-08 22:46  7% ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2016-09-08 22:46 UTC (permalink / raw)
  To: meta

We need to prevent excessive repository growth for
public-inbox-watch and public-inbox-mda users.
---
 lib/PublicInbox/Import.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/PublicInbox/Import.pm b/lib/PublicInbox/Import.pm
index 083fb1b..611f7b1 100644
--- a/lib/PublicInbox/Import.pm
+++ b/lib/PublicInbox/Import.pm
@@ -240,6 +240,7 @@ sub done {
 			my $s = PublicInbox::SearchIdx->new($inbox);
 			$s->index_sync({ ref => $self->{ref} });
 		};
+		run_die([@cmd, qw(gc --auto)], undef);
 	}
 
 	my $lockfh = delete $self->{lockfh} or die "BUG: not locked: $!";
-- 
EW


^ permalink raw reply related	[relevance 7%]

* [PATCH 0/2] import: run "git gc --auto"
@ 2016-09-08 22:46  4% Eric Wong
  2016-09-08 22:46  7% ` [PATCH 2/2] import: run "git gc --auto" when done Eric Wong
  0 siblings, 1 reply; 2+ results
From: Eric Wong @ 2016-09-08 22:46 UTC (permalink / raw)
  To: meta

This change is way overdue :x  Better late than never, I guess.

Eric Wong (2):
      import: hoist out common run_die subroutine
      import: run "git gc --auto" when done

 lib/PublicInbox/Import.pm | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

^ permalink raw reply	[relevance 4%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2016-09-08 22:46  4% [PATCH 0/2] import: run "git gc --auto" Eric Wong
2016-09-08 22:46  7% ` [PATCH 2/2] import: run "git gc --auto" when done Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).