Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decrease CustomDiffMergeToolProvider start delay #9797

Merged

Conversation

gerhardol
Copy link
Member

Proposed changes

Related to the listing of all diff and mergetools in #8700.

The loading of tools takes considerable time (10 s or so) and a delay was added to not interfere with diffs etc after startup.
That time was set to 15s (for difftools, mergetools has 0.5s after first time opening ResolveConflicts),
which is much longer than needed.
The command (including Git) is also fully async cancelable in master.

The time to load a the linux repo has decreased from about 8s to about 4s for me,
so it should be OK to decrease the load time from 15s to 8s.

Test methodology

Manual

Merge strategy

I agree that the maintainer squash merge this PR (if the commit message is clear).


✒️ I contribute this code under The Developer Certificate of Origin.

@ghost ghost assigned gerhardol Jan 5, 2022
@gerhardol gerhardol merged commit 3c28760 into gitextensions:master Jan 8, 2022
@ghost ghost added this to the vNext milestone Jan 8, 2022
@gerhardol gerhardol deleted the feature/custom-difmergetools-delay branch January 8, 2022 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants