You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/indexer
zeripath 1a26f6c7ab
Speed up `enry.IsVendor` (#15213) (#15246)
Backport #15213

`enry.IsVendor` is kinda slow as it simply iterates across all regexps.
This PR ajdusts the regexps to combine them to make this process a
little quicker.

Related #15143

Signed-off-by: Andrew Thornton <art27@cantab.net>
4 years ago
..
code Speed up `enry.IsVendor` (#15213) (#15246) 4 years ago
issues Remove hardcoded ES indexername (#12521) 5 years ago
stats Fix incorrect error logging in Stats indexer and OAuth2 (#12387) 5 years ago