https://support.atlassian.com/bitbucket-data-center/kb/comparison-of-a-pull-request-diff-between-bitbucket-server-and-data-center-versions-up-to-6x-and-from-7x-onwards/
Given the more efficient diff method explained above, is it now ok to bump up the max.diff.lines and max.changes limits? (running Bitbucket 8.19.9 with default limits)
Previous guidance was "Please note that increasing the limit is not recommended and will have a performance impact." explained further at link below:
Pull request is too large to render | Atlassian Support | Atlassian Documentation
Hi @Seth Carter While the 2 way diff method is indeed more efficient, increasing the limits still carries a potential performance risk. If you wish to make adjustments, you can consider increasing the page.max.changes to a slightly higher value rather than a significantly larger one. We recommend monitoring the system's performance closely after implementing this change. If any performance issues arise, you can revert to the default setting of page.max.changes=1000 to ensure stability.
page.max.changes
page.max.changes=1000
Regards,Aman
It looks like you're new here. Sign in or register to get started.