fast-import: increase the default pack depth to 50
[gitweb.git] / fast-import.c
index e69d219682e7929b6e8441ba620e708704471ff3..05c73858b00b21a3ce2887c0573abc5d186e796a 100644 (file)
@@ -280,7 +280,7 @@ struct recent_command {
 };
 
 /* Configured limits on output */
-static unsigned long max_depth = 10;
+static unsigned long max_depth = 50;
 static off_t max_packsize;
 static int unpack_limit = 100;
 static int force_update;