Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更新观看进度时,降低更新接口调用频率 #180

Open
Rirmach opened this issue Nov 24, 2024 · 0 comments
Open

更新观看进度时,降低更新接口调用频率 #180

Rirmach opened this issue Nov 24, 2024 · 0 comments

Comments

@Rirmach
Copy link

Rirmach commented Nov 24, 2024

有时通过 Jellyfin 更新版谷米上旧番的观看进度时,一般都是整个番剧的所有剧集全部一次性标记为已观看。
版谷米的剧集收藏信息更新 API 一次只能更新一个剧集,而且更新多个剧集时插件似乎是短时间内连续多次请求。版谷米的服务器应该是加了请求频率限制,在剧集较多的时候有的剧集的观看记录就没有更新。
可否在该情况下限制更新频率,例如通过单独的线程处理多个更新操作且每等待 3~5 秒发一次请求?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant