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

Switch to queue2 for probe queue and set properties #6442

Merged
merged 1 commit into from Nov 11, 2019
Merged

Switch to queue2 for probe queue and set properties #6442

merged 1 commit into from Nov 11, 2019

Conversation

jonaski
Copy link
Contributor

@jonaski jonaski commented Nov 11, 2019

This fixes the track change hang as described in #6103 which is the correct fix for the problem.
Additionally setting properties on the queue2 element so it does not cause pause to hang.
Default max-size-bytes for queue2 is 2097152, which is lower than 10485760 for queue. We also set it to unlimited on the main queue before the tee, which might be the main cause for the track change hang.
I also set max-size-buffers and max-size-time to unlimited since we set the limit on the queue element on the queue before the tee anyway.
I have tested to pause over night and it does not get stuck anymore.

Fixes #6408
Fixes #6358
Fixes #6320
Fixes #6289
Fixes #5556
Fixes #6062
Fixes #5501
Fixes #4748
Fixes #1679

@hatstand hatstand merged commit 28f6bfd into clementine-player:master Nov 11, 2019
@jonaski jonaski deleted the probequeue branch November 11, 2019 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment