]> asedeno.scripts.mit.edu Git - git.git/blobdiff - builtin-gc.c
Merge branch 'maint-1.5.4' into maint
[git.git] / builtin-gc.c
index 509bb9c6b33760c7a6ef84b759ae79f358fdeb83..8cef36f6a4445b163b299f282785f66af9662cb8 100644 (file)
@@ -25,7 +25,7 @@ static const char * const builtin_gc_usage[] = {
 static int pack_refs = 1;
 static int aggressive_window = -1;
 static int gc_auto_threshold = 6700;
-static int gc_auto_pack_limit = 20;
+static int gc_auto_pack_limit = 50;
 static char *prune_expire = "2.weeks.ago";
 
 #define MAX_ADD 10