ErythroGuild / irene

<Erythro>'s server admin bot.
Mozilla Public License 2.0
0 stars 0 forks source link

Optimize `Starboard.ShouldStar()` to only re-fetch data if data is missing #325

Closed Ernest314 closed 1 year ago

Ernest314 commented 2 years ago

It's two extra awaits on the server that may not be necessary.

Ernest314 commented 2 years ago

Also potentially reorder calls around? To optimize how long the method spends checking

Ernest314 commented 1 year ago

Fixed in rewrite. Optimal solution would require #326.