KenEucker/biketag-vue
Change how autopost-background looks for new tags in a round
Open
#275 opened on Mar 3, 2025
help wantedprioritize
Repository metrics
- Stars
- (26 stars)
- PR merge metrics
- (Avg merge 11d 6h) (1 merged PR in 30d)
Description
When autopost-background runs, now 3 times an hour instead of 4 times an hour in order to cut down on Imgur API usage, it makes a call to the Imgur API for every single game and then checks settings for the games. Instead of doing it this way, we should check only those that have autopost settings turned on and in the interval set. This will reduce the number of calls to the Imgur API for each run.