Remove search api preload for commits scope

What does this MR do and why?

Remove a preload that is causing DB timeouts on GitLab.com for commits searches in the group search API.

Preload was added in !215442 (merged) which is behind a feature flag. However, the preloading is not behind a feature flag and the preloading is what's causing timeouts.

Note: the FF (#583081 (closed)) is fully enabled for a few days but the timeouts have been occurring since merge

References

Related to Fix group search API requests for gitlab-org wi... (#585437 - closed)

Screenshots or screen recordings

Before After

How to set up and validate locally

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Terri Chu

Merge request reports

Loading