KenEucker/biketag-vue

Change how autopost-background looks for new tags in a round

Aperta

#275 aperta il 3 mar 2025

 (1 commento) (0 reazioni) (0 assegnatari)TypeScript (20 fork)auto 404
help wantedprioritize

Metriche repository

Star
 (26 stelle)
Metriche merge PR
 (Merge medio 11g 6h) (1 PR mergiata in 30 g)

Descrizione

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.

Guida contributor