Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
gc: default aggressive depth to 50
[gitweb.git]
/
builtin
/
gc.c
diff --git
a/builtin/gc.c
b/builtin/gc.c
index 5c634afc0022c0ea7a8cd8c81727935ad79a6333..0b8efc9cf5d911e5039e8d6e98f3ac615113cf23 100644
(file)
--- a/
builtin/gc.c
+++ b/
builtin/gc.c
@@
-27,7
+27,7
@@
static const char * const builtin_gc_usage[] = {
static int pack_refs = 1;
static int prune_reflogs = 1;
-static int aggressive_depth =
2
50;
+static int aggressive_depth = 50;
static int aggressive_window = 250;
static int gc_auto_threshold = 6700;
static int gc_auto_pack_limit = 50;