diff options
Diffstat (limited to 'entry.c')
-rw-r--r-- | entry.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -173,8 +173,7 @@ int finish_delayed_checkout(struct checkout *state) dco->state = CE_RETRY; delayed_object_count = dco->paths.nr; - progress = start_progress_delay( - _("Filtering content"), delayed_object_count, 50, 1); + progress = start_delayed_progress(_("Filtering content"), delayed_object_count); while (dco->filters.nr > 0) { for_each_string_list_item(filter, &dco->filters) { struct string_list available_paths = STRING_LIST_INIT_NODUP; |