try to make the job queue page a little faster

This commit is contained in:
Oliver Gorwits
2014-02-22 12:07:49 +00:00
parent cc3bea09cf
commit 2ed22d5d08
4 changed files with 4 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ ajax '/ajax/content/admin/jobqueue' => require_role admin => sub {
->with_times
->search({}, {
order_by => { -desc => [qw/entered device action/] },
rows => 200,
rows => 50,
});
content_type('text/html');