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

Fix empty download list when ratio is infinity #8228

Merged
merged 2 commits into from
Oct 21, 2024

Conversation

egbertbouman
Copy link
Member

@egbertbouman egbertbouman commented Oct 20, 2024

Fixes #8209.

Also fixes:

  • An issue with erroneously not seeding at all when seeding_mode = 'ratio'.
    When upload was 0 and download > 0, the ratio became ∞, and the seeding ratio was immediately reached. This stopped the download before seeding could even begin.
  • Seeding settings in the web UI.

qstokkink
qstokkink previously approved these changes Oct 21, 2024
Copy link
Contributor

@qstokkink qstokkink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice! This bug scared the pants off of me.

@egbertbouman
Copy link
Member Author

validate

@egbertbouman egbertbouman marked this pull request as ready for review October 21, 2024 08:03
@egbertbouman egbertbouman merged commit 71d4d97 into Tribler:main Oct 21, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

[8.0.1] Downloads list disappears
2 participants