Skip to content

Address repohascommitafter search filter performance bottleneck

Created by: kzh

This issue is to track fixing the repohascommitafter search filter performance bottleneck. At the moment, it is preemptively generating a list of repository that satisfy the commit after date. Then it searches over that list. Instead, we can do this on the fly to avoid extraneous network/gitserver requests.