this post was submitted on 04 Jul 2023
20 points (95.5% liked)
Lemmy Support
4651 readers
1 users here now
Support / questions about Lemmy.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
A lot of us did this, but now the big servers like lemmy.world are having to send every vote, comment, post to a huge number of servers and it results in unreliable delivery due to the servers being overloaded. There are 10 second timeouts in the HTTP connection between servers and the retry attempts are limited (and in their desperation to keep the severs from being even slower they are reducing retries).
The federation protocols have too much overhead, I don't see how this will work. I've been suggesting that Lemmy to Lemmy replication of comment/post/votes not even use federation and bulk download via polling the front-end API and even some new API calls intended for server to server message sync. An entirely new system.
You would be helping the Lemmy overload problems of servers like lemmy.world to not run your own instance and get on another small one that's already getting most of the content already.