insights: reduce commit indexer load on gitserver
Created by: coury-clark
The insights commit indexer currently retrieves all of the commits for a specific repository at once. This may cause gitserver to sit at 100% CPU for long periods of time, and could have an impact on the rest of Sourcegraph.
Possible options:
- Paginate history requests
- Rate limit history requests