eclipsesource / megit

Standalone Git GUI based on EGit
Eclipse Public License 2.0
409 stars 38 forks source link

Long-term switching to a branch #18

Closed ghostaz closed 2 years ago

ghostaz commented 2 years ago

Hi, switching branches can take 10 minutes. There are about 15 thousand files in the repository, but another client (Git Extensions) does it faster than a minute. How can I speed up the process?

planger commented 2 years ago

Thanks for the feedback! Maybe it helps increasing the Window Cache limit in Preferences -> Team -> Git? As this is likely an EGit or JGit issue, I would recommend opening an issue in those projects directly via https://bugs.eclipse.org/bugs/enter_bug.cgi?product=JGit or https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EGit

planger commented 2 years ago

I'm closing this issue, as this is an upstream topic.