We periodically have an issue where there are so many submits that we get this error in the SCM changes retrieval:
There are too many changes found in repository 'repository-name', truncating to save resource...
This isn't a blocking issue, but it can be frustrating for some users because it prevents the Notification feature. Users whose changes don't get included are not notified if the build is successful with their changes in it.
What is the logic that this uses to determine "too many changes" and why would a lot of changes be truncated at all? Does it cause DB problems?
Thanks,
Tom Z.