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

Library sync causes tons of requests, massive log bloat on server and server load #345

Open
eharris opened this issue Nov 5, 2024 · 2 comments

Comments

@eharris
Copy link

eharris commented Nov 5, 2024

When logging in, the library sync is WAY too heavy on the server. It appears to be trying to do some sort of lookup/query for every single song in the library, which is insane for any library that isn't relatively small. This ended up filling up the server's logs partition and causing massive problems on the server.

I've looked through the settings and there seems to be no way to disable this behavior. Until this is fixed, the app seems to be unusable.

@BLeeEZ
Copy link
Owner

BLeeEZ commented Nov 5, 2024

In beta v1.2.2 the sync process is skippable.

@eharris
Copy link
Author

eharris commented Nov 5, 2024

Seems like there should be some heuristic to automatically disable it if the library is over a certain (configurable) size.

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

2 participants