-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Repository - Source
-
None
-
1
-
Severity 3 - Minor
-
159
Issue Summary
If a repository has large number of objects(say, ~1.25 million), the commit history of source files in the UI might fail to load due to a timeout of 28 seconds between the UI and the backend request.
Steps to Reproduce
- Open any repository source in the UI
- select a source code file -> click on the commit history dropdown
Expected Results
the list of commits/commit history of a file is shown
Actual Results
Commit history times out and fails to load in the UI
Workaround
- View the file history from a locally cloned copy of the repo
$ git log --follow -- <absolute file path>