How to realize infinite nesting of comments by Typecho

how Typecho implements infinite nesting of comments

it is useless to find some tutorials by yourself! Solve!

Mar.12,2021

add

to functions.php
function themeInit($archive)
{
 Helper::options()->commentsMaxNestingLevels = 999;//999.7
}
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b363e0-2c015.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b363e0-2c015.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?