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

add option to disable & discard comment votes #4527

Open
5 tasks done
poVoq opened this issue Mar 12, 2024 · 4 comments
Open
5 tasks done

add option to disable & discard comment votes #4527

poVoq opened this issue Mar 12, 2024 · 4 comments
Labels
area: performance enhancement New feature or request

Comments

@poVoq
Copy link

poVoq commented Mar 12, 2024

Requirements

  • Is this a feature request? For questions or discussions use https://lemmy.ml/c/lemmy_support
  • Did you check to see if this issue already exists?
  • Is this only a feature request? Do not put multiple feature requests in one issue.
  • Is this a backend issue? Use the lemmy-ui repo for UI / frontend issues.
  • Do you agree to follow the rules in our Code of Conduct?

Is your proposal related to a problem?

Increasingly small instances struggle with database i/o on cheap and older hardware due to the high amount of incoming federated vote activities.

Describe the solution you'd like.

Votes on comments (as opposed to votes on posts) add only little to most threads compared to chronological comment sorting, but still represent a significant database load.

If would be good if instance admins had the option to disable votes on comments and automatically discard all incoming federated comment votes to lessen the database load.

Describe alternatives you've considered.

Vote batching would also help, but requires significantly more development effort and likely additions to the ActivityPub specs.

Additional context

Somewhat related issue: #4086

@poVoq poVoq added the enhancement New feature or request label Mar 12, 2024
@poVoq
Copy link
Author

poVoq commented Mar 13, 2024

Also relevant for geografically distant instances it seems: https://reddthat.com/comment/8316861

@Nutomic
Copy link
Member

Nutomic commented Sep 12, 2024

Similar to #5016

@dessalines
Copy link
Member

dessalines commented Sep 13, 2024

Might be a dupe of #4086 , where I propose that we either have options to block all federated votes (or have instance allowlist/blocklists for them).

That's specifically for federated votes tho, this seems to be All comment votes.

@poVoq
Copy link
Author

poVoq commented Sep 13, 2024

I think from a UI perspective disabling all comment votes is less confusing. It would be an instance option similar to disabling down-votes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: performance enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants