Skip Navigation
phil Phil @l3mmy.com
Posts 0
Comments 9
Lemmy v0.19.0 Release - Instance blocking, Scaled sort, and Federation Queue
  • I really doubt this is what fixed it, but in docker-compose.yml I changed:

    - RUST_LOG="warn"

    to

    - RUST_LOG="warn,lemmy_server=debug,lemmy_api=debug,lemmy_api_common=debug,lemmy_api_crud=debug,lemmy_apub=debug,lemmy_db_schema=debug,lemmy_db_views=debug,lemmy_db_views_actor=debug,lemmy_db_views_moderator=debug,lemmy_routes=debug,lemmy_utils=debug,lemmy_websocket=debug"
    - RUST_BACKTRACE=full
    

    (got the latter from the sample docker-compose.yml on GitHub).

  • Lemmy v0.19.0 Release - Instance blocking, Scaled sort, and Federation Queue
  • It had been going for 10h, so think it world have been done by then.

  • Lemmy v0.19.0 Release - Instance blocking, Scaled sort, and Federation Queue
  • Hmm, seems to have gone away after a few more restarts and after changing some logging options :)

  • Lemmy v0.19.0 Release - Instance blocking, Scaled sort, and Federation Queue
  • Is anyone else seeing super high CPU usage after updating? The docker container seems to spawn a ton of lemmy_server processes, each eating up 50-100% of a core. I don't see anything suspicious in the logs though, it just calmly processes posts.

  • Getting a static IP at home?
  • I’m nearly certain Ziply will sell you business fiber to a home address. Price does seem quite low, but then again they are now selling residential gig fiber for $80/$90.

    As much as I hate redirecting to Reddit, the ZiplyFiber subreddit is very actively monitored and they’d quickly answer those questions there. I’ve found that to be much more accurate and quick than phone sales / support, although the dedicated business support is probably much better.

    Ziply is amazing, I’m sure they can sort you out.

  • Hello, World!
  • I found this website to be pretty helpful in terms of walking you through a docker- based install:

    https://www.bentasker.co.uk/posts/blog/general/running-a-lemmy-social-networking-instance-using-docker-compose.html

    The official docs are a little sparse at times.

  • Lemmy v0.18.3 Release
  • Super straightforward upgrade via docker compose, thanks for all the hard work ❤️

  • [iOS] Best way to activate swipe back navigation gesture?
  • Ah ok. I’m on iOS so there is no dedicated back button. Regarding the lag: I do have the issue where if I swipe to go back, I can’t resume scrolling immediately. It takes a split second for the scrolling to be responsive again. Not sure if that’s the lag you meant. The thing I’m describing is apparently a safari bug:

    https://lemmy.world/post/1575901

  • [iOS] Best way to activate swipe back navigation gesture?
  • To swipe left from the comments without up or downvoting, you have to swipe from (or very close to) the left side of the screen. Anything further “inward” brings up the voting options it seems. I found it pretty easy once I got used to it.