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

Reduce the default rate limit for Plex Scans #3255

Open
1 task done
darthShadow opened this issue Jan 19, 2023 · 0 comments
Open
1 task done

Reduce the default rate limit for Plex Scans #3255

darthShadow opened this issue Jan 19, 2023 · 0 comments

Comments

@darthShadow
Copy link

Description

The default UPDATE_RATE limit of 4 seconds for Plex library scans is too excessive, especially for larger libraries.

Considering just a Movies library with 71824 items and the default bundleSize of 50, it would spend ~96 minutes (~1.6 hours) just sleeping: (((71824 / 50) * 4) / 3600 = ~1.6)

Looks like this was necessary due to the initial inefficient implementation of the scanner and can be reduced now.

Desired Behavior

Reduced default limit and an advanced setting so that it can be overridden by the users.

Additional Context

Discord Thread for the Discussion: https://discord.com/channels/783137440809746482/1063925700505120882

Code of Conduct

  • I agree to follow Overseerr's Code of Conduct
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

3 participants