Hello, how can I enable more than 5 replies depth? My site has passionate discussions

@foreach comment.reply_id as comment
@set reply_depth = 5
@increase count
@template main/comment
@endforeach
@foreach comment.reply_id as comment
@set reply_depth = 5
@increase count
@template main/comment
@foreach comment.reply_id as comment
@set reply_depth = 6
@increase count
@template main/comment
@endforeach
@endforeach
less than reply_max_depth
less than 6