at the top of _header_file_manager.inc.php in the themes/partial folder
towards the top you'll find
$perPageOptions = array(15, 30, 50, 100, 250);
$defaultPerPage = 100;
change it for example to something like this
$perPageOptions = array(15, 30, 50, 100, 250, 500, 1000, 2000)...