Warning: "Too many commits found, showing the 200 most recent ones"
Overview:
When viewing / comparing large branches you may see the aforementioned warning. If you must see all of the changes, the limit can be raised.
Solution:
- In the <upsource_home>/conf directory, create a file called upsource.user.properties
-
Add the following line to that file: frontend.revision.count.limit=XXXX
where XXXX is the number of commits you want to see.
-
Restart Upsource
Note: this change might negatively affect UI performance.
Please sign in to leave a comment.