mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 04:04:59 +00:00
enhance: performance of filtering branch
This commit is contained in:
parent
ae63aa334a
commit
c48d69362e
2 changed files with 37 additions and 33 deletions
|
@ -1389,7 +1389,7 @@ namespace SourceGit.ViewModels
|
|||
visibles.Add(b);
|
||||
}
|
||||
|
||||
builder.Run(visibles, remotes, true);
|
||||
builder.Run(visibles, remotes, visibles.Count <= 20);
|
||||
}
|
||||
|
||||
return builder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue