How far can Lemmy support nested comments? Let's find out

https://lemmy.world/post/7892021

How far can Lemmy support nested comments? Let's find out - Lemmy.World

Comment on the top level thing and someonw will hopefully comment on yours. Just say like “Test”

Test
Test!
Test
test
Test
Has
anyone
really
loved
Welp…
Testicals
excretion

Let’s… not go down that path.

How about “flower” instead?

ok,

rhododendrons

Test (figured I may as well, while I’m here, haha)
Btw, you can edit the text of your post to say ‘current bottom-level’ (instead of ‘top level’) which is what you mean.

const MAX_COMMENT_DEPTH_LIMIT: usize = 100;

I Guess that is the answer

Touché, codesman 👾
It’s open source, so you could just go find that answer in the code, right?
Test
I already did a ‘Test’ in reply to your ‘Test’.
Can you remove this, its messing with the indendtation levels :/ ill remove mine too
You never know until you test it.
That’s assuming there’s a hard-coded limit. There very likely isn’t, but things can break when you push the limits of software like this. You won’t be able to easily see what those are by looking at the code.