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

Torrust-Actix v3.2.0 #25

Merged
merged 201 commits into from
Jun 9, 2023
Merged

Torrust-Actix v3.2.0 #25

merged 201 commits into from
Jun 9, 2023

Conversation

Power2All
Copy link
Owner

Full update and overhaul work on the tracker.
Lot's of optimizations, improvements, bug fixes and included extra features.
Here a short list:

  • Bumped library versions.
  • Modified the way scheduling was done through threads, it could lock up and slow down public trackers with heavy activity.
  • Tweaking the SQLite3 database usage and database space consumption.
  • Full overhaul on how torrents and peers are used in memory. Using crossbeam skipmap for thread safe non-locking memory sharing.
  • Some various improvement on coding performance, readability and linting the files.
  • Replaced Tokio Axum web framework for Actix, reason: Missing critical things like a timeout on connect, disconnect, read and write, and support was lackluster.
  • Renamed the github repository from torrust-axum to torrust-actix.
  • Adding user tracking support with an extra key.

…re for usage, and then preparing for v3.2.0 release
@Power2All Power2All added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request labels Jun 9, 2023
@Power2All Power2All added this to the v3.2.0 milestone Jun 9, 2023
@Power2All Power2All self-assigned this Jun 9, 2023
@Power2All Power2All marked this pull request as ready for review June 9, 2023 10:12
@Power2All Power2All merged commit 4887f30 into master Jun 9, 2023
@Power2All Power2All deleted the v3.2.0 branch June 9, 2023 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant