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

Remote content link validation can exceed its max simultaneous fetch threads #798

Closed
vsch opened this issue Dec 24, 2019 · 0 comments
Closed

Comments

@vsch
Copy link
Owner

vsch commented Dec 24, 2019

The content cache for remote links is a project service instead of an application service. Remote links don't change for different projects.

The simultaneous fetch limit was enforced pre project. Each open project could potentially use another max fetch limit threads while updating the cache.

The content should be per application and fetch limit is also per application, which makes more sense.

Additionally, any pending fetch tasks should be cancelled when the cache is cleared.

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

No branches or pull requests

1 participant