How far can Lemmy support nested comments? Let's find out
How far can Lemmy support nested comments? Let's find out
Comment on the top level thing and someonw will hopefully comment on yours. Just say like "Test"
You're viewing a single thread.
is it broken now?
24 0 ReplySo what's the finding?
5 0 ReplyIt looks like you broke the interwebs my mate
7 0 ReplyDid I actually do something bad? Like are y'all upset at me?
4 0 ReplyYou're a grey hat. Technical problems like these are likely to never get fixed until their consequences are demonstrated.
13 0 ReplyI feel like I'm def more of an IdeasGuy, like I don't implement stuff but I guess I'm good at finding edge cases/outliers.
1 0 Reply
Yes but like quantified...
2 0 Replylooks like 128 deep from here, and that number feels very familiar some how. I just cant place where Ive seen it before...
3 0 ReplyHmm... I got 99. The red line is there 14 times with full color change + 1 extra line. Each time it's 7 colors, so 99. I double-checked.
5 0 ReplyIf in doubt look at the code:
const MAX_COMMENT_DEPTH_LIMIT: usize = 100;
I Guess that is the answer
11 0 ReplyNow, what would happen with other instances if you compiled it with higher number for your own 🤔
4 0 Reply
I think you are correct, I based it on:
3 0 ReplyMaybe there are branches in the tree of comments?
1 0 Reply
128 = 2^7; powers of 2 show up a lot in computing. Looks like it's 100 though per the below comment.
4 0 ReplySeems a bits familiar 🤔
1 0 Reply