KenEucker/biketag-vue

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

开放

#275 创建于 2025年3月3日

 (1 条评论) (0 个反应) (0 位负责人)TypeScript (20 个派生)auto 404
help wantedprioritize

仓库指标

星标
 (26 个星标)
PR 合并指标
 (平均合并 11天 6小时) (30 天内合并 1 个 PR)

描述

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.

贡献者指南