this post was submitted on 01 Jun 2023
49 points (100.0% liked)
Lemmy Support
4652 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
Its a kludge, but in the time being you can also add a
docker-compose restart
in your server cron every day or few hours. Lemmy restarts are pretty seemless, as the websockets automatically reconnect.The next release will have websockets removed which should fix some of the stability and memory issues.
Thanks!
No probs.
Are they being replaced, or is it just going to be all REST?
HTTP / rest client only.
/me goes and disable WSS support from nginx... :P
Some of the discussion of it is here. I was staunchly pro websocket, but it's become too much work to maintain, and doesn't scale well.