listview

In Sugar 8.0 is there a way to customize the List View entries per page for a specific module?

I know there is an entry in the config.php for 
'list_max_entries_per_page' => xx;
...that can also be set in the admin UI, however, this needs to be ONLY for one module. 

I was poking around 
clients/base/views/recordlist 

include/ListView
directories to see if I could modify anything there, but nothing called out to me.

Any thoughts?

Thanks.