This filter can be used for changing the count of the words marked by shortcode that are displayed before the comment content.
Changelog
Since 7.0.0 version
Parameters
$count (type: int) – the count of the words marked by shortcode that is displayed before comment content
Usage
add_filter("wpdiscuz_feedback_content_words_count", function ($count) { return 50; });