Extend list of enqueued jobs

Hi,

we are developing an application and use Hangfire Pro 2.0.0
As we are currently in development, we want to delete enqueued, long running cron-jobs after starting the application. They are all enqueued at once (scheduled overnight), so the list is full with about 10 jobs. Also it is not possible to see all enqueued jobs if there is some traffic on the website causing some fire-and-forget jobs to pop up.
Is it possible to show more than five jobs in the list of enqueued jobs per queue by a configuration or something?

thanks for your answer
Markus