Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 817F7102E7 for ; Tue, 25 Mar 2014 20:59:03 +0000 (UTC) Received: (qmail 74363 invoked by uid 500); 25 Mar 2014 20:59:00 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 74264 invoked by uid 500); 25 Mar 2014 20:58:59 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 74252 invoked by uid 99); 25 Mar 2014 20:58:59 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2014 20:58:59 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 065D59234FB; Tue, 25 Mar 2014 20:58:59 +0000 (UTC) From: kxepal To: dev@couchdb.apache.org Reply-To: dev@couchdb.apache.org References: In-Reply-To: Subject: [GitHub] couchdb pull request: Fauxton pagination using skip Content-Type: text/plain Message-Id: <20140325205859.065D59234FB@tyr.zones.apache.org> Date: Tue, 25 Mar 2014 20:58:59 +0000 (UTC) Github user kxepal commented on a diff in the pull request: https://github.com/apache/couchdb/pull/194#discussion_r10953141 --- Diff: src/fauxton/app/addons/documents/routes.js --- @@ -168,10 +168,14 @@ function(app, FauxtonAPI, Documents, Databases) { this.data.designDocs = new Documents.AllDocs(null, { database: this.data.database, + paging: { + pageSize: 500 --- End diff -- isn't this a little big enough for defaults? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---