Change max commits to show in Histories view to 8000

This commit is contained in:
leo 2020-07-20 13:29:47 +08:00
parent 951e08e9e0
commit a8426fc085

View file

@ -84,7 +84,7 @@ namespace SourceGit.UI {
}); });
Task.Run(() => { Task.Run(() => {
var args = "-5000 "; var args = "-8000 ";
if (repo.LogFilters.Count > 0) { if (repo.LogFilters.Count > 0) {
args = args + string.Join(" ", repo.LogFilters); args = args + string.Join(" ", repo.LogFilters);
} else { } else {