diff --git a/SourceGit/UI/Dashboard.xaml.cs b/SourceGit/UI/Dashboard.xaml.cs index 6b0950c2..abb5d5eb 100644 --- a/SourceGit/UI/Dashboard.xaml.cs +++ b/SourceGit/UI/Dashboard.xaml.cs @@ -84,7 +84,7 @@ namespace SourceGit.UI { }); Task.Run(() => { - var args = "-5000 "; + var args = "-8000 "; if (repo.LogFilters.Count > 0) { args = args + string.Join(" ", repo.LogFilters); } else {