Seems to me the fear of overloading one instance over another will not happen after all.

But I do hope the Threadiverse can hit 500,000 consistent active users by the end of summer.

Give me that hopium guys! 💉

you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 3 years ago

Lemmy uses a queue to send out activities. The size of this queue is specified by the config value federation.worker_count. Very large instances might need to increase this value. Search the logs for "Activity queue stats", if it is consistently larger than the worker_count (default: 64), the count needs to be increased.

  • source
  • parent