Skip to content

Commit

Permalink
Really big result sets are EXCEPTIONALLY SLOW when retrieving the least
Browse files Browse the repository at this point in the history
relevant results. Need to talk to Sebastiano about this, but for now
disable the last page link to discourage these requests.
  • Loading branch information
Timpy committed May 15, 2013
1 parent 63227b8 commit 79ce9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/yui-pager.js
Expand Up @@ -104,7 +104,7 @@ YUI.add('yui-pager', function (Y){

if (state.page < pages) {
appendElement(rootElement, state.next, state.page + 1);
appendElement(rootElement, state.last, pages);
//appendElement(rootElement, state.last, pages);
}
}
},
Expand Down

0 comments on commit 79ce9ab

Please sign in to comment.