You will need to change:
* in the file dbem_events.php
* in the function dbem_events_page_content
* around about line 490 where
$events_body = $single_event_format_header . dbem_get_events_list ( 10, $scope, "ASC", $stored_format, $false ) . $single_event_format_footer;
Change the 10 to 100.
Should work