-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
To avoid heavy blame operations from taking too much time, a timeout should be implemented that aborts the blame command if it exceeds a configurable amount of time.
Suggested configuration vairable and its default value:
blameTimeout = 20000 ms or 20 s
UPDATE: After testing with commits that should generate a significant load, the blame command still doesn't take that long to run. This issue will be deferred until the blame code is reworked to look at more lines.
Reactions are currently unavailable