ThreadsViewModelFactory

constructor(    threadLimit: Int = ThreadListController.DEFAULT_THREAD_LIMIT,     threadReplyLimit: Int = ThreadListController.DEFAULT_THREAD_REPLY_LIMIT,     threadParticipantLimit: Int = ThreadListController.DEFAULT_THREAD_PARTICIPANT_LIMIT)

Parameters

threadLimit

The number of threads to load per page.

threadReplyLimit

The number of replies per thread to load.

threadParticipantLimit

The number of participants per thread to load.