diff --git a/rhodecode/templates/pullrequests/pullrequests.mako b/rhodecode/templates/pullrequests/pullrequests.mako --- a/rhodecode/templates/pullrequests/pullrequests.mako +++ b/rhodecode/templates/pullrequests/pullrequests.mako @@ -86,7 +86,7 @@ // object list $('#pull_request_list_table').DataTable({ data: ${c.data|n}, - processing: true, + processing: false, serverSide: true, deferLoading: ${c.records_total}, ajax: "",