Commit 9bb79ba4 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Load recent comments in 100-size chunks.

I had to click too many times more-more-more to get at the end of the
list.
parent d33b6b8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -245,7 +245,7 @@ Ext.define('Docs.controller.Comments', {
     */
    fetchRecentComments: function(id, startkey) {
        var url = Docs.baseUrl + '/' + Docs.commentsDb + '/_design/Comments/_list/with_vote/by_date',
            limit = 25;
            limit = 100;

        var params = {
            descending: true,