Show All Vendors

Is there a way to display all vendors on the "vendors" page, without the need to scroll through pages?

Thanks

app/controllers/frontend/companies.php

replace

$vendors_per_page = Registry::get('settings.Vendors.vendors_per_page');

with

$vendors_per_page = 999;

(!) Not tested

Worked perfectly! Thanks