Allow more than 20 Activity Topics per Social Group

We have need for more than 20 topics in a few groups - would love a setting or event a code filter to allow more than 20.

Perhaps something as simple as:

return apply_filters( 'bb_topics_limit', 20 );

rather than:

public function bb_topics_limit() {
return 20;
}