diff --git a/builtin/survey.c b/builtin/survey.c index 34850399fd601a..1ae5dd5756b97d 100644 --- a/builtin/survey.c +++ b/builtin/survey.c @@ -869,7 +869,7 @@ int cmd_survey(int argc, const char **argv, const char *prefix, struct repositor .opts = { .verbose = 0, .show_progress = -1, /* defaults to isatty(2) */ - .top_nr = 100, + .top_nr = 10, .refs.want_all_refs = -1,