@cheese_greater@lemmy.world to Asklemmy@lemmy.ml • 1 year agoHow far can Lemmy support nested comments? Let's find outmessage-square254fedilinkarrow-up1181file-text
arrow-up1181message-squareHow far can Lemmy support nested comments? Let's find out@cheese_greater@lemmy.world to Asklemmy@lemmy.ml • 1 year agomessage-square254fedilinkfile-text
minus-squareBlueÆtherlinkfedilink11•1 year agoIf in doubt look at the code: const MAX_COMMENT_DEPTH_LIMIT: usize = 100; I Guess that is the answer
minus-squareu/lukmly013 💾 (lemmy.sdf.org)linkfedilinkEnglish4•1 year agoNow, what would happen with other instances if you compiled it with higher number for your own 🤔
If in doubt look at the code:
const MAX_COMMENT_DEPTH_LIMIT: usize = 100;
I Guess that is the answer
Now, what would happen with other instances if you compiled it with higher number for your own 🤔