cheese_greater@lemmy.world to Asklemmy@lemmy.ml · 1 year agoHow far can Lemmy support nested comments? Let's find outmessage-squaremessage-square255fedilinkarrow-up1182arrow-down111file-text
arrow-up1171arrow-down1message-squareHow far can Lemmy support nested comments? Let's find outcheese_greater@lemmy.world to Asklemmy@lemmy.ml · 1 year agomessage-square255fedilinkfile-text
minus-squareBlueÆther@no.lastname.nzlinkfedilinkarrow-up11·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)@lemmy.sdf.orglinkfedilinkEnglisharrow-up4·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 🤔