From commits-return-5809-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Wed Jan 19 17:03:55 2011 Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 99982 invoked from network); 19 Jan 2011 17:03:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Jan 2011 17:03:55 -0000 Received: (qmail 13025 invoked by uid 500); 19 Jan 2011 17:03:55 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 12895 invoked by uid 500); 19 Jan 2011 17:03:53 -0000 Mailing-List: contact commits-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 commits@couchdb.apache.org Received: (qmail 12888 invoked by uid 500); 19 Jan 2011 17:03:52 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 12885 invoked by uid 99); 19 Jan 2011 17:03:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jan 2011 17:03:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jan 2011 17:03:50 +0000 Received: from eosnew.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 48FDEC2; Wed, 19 Jan 2011 17:03:22 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Wed, 19 Jan 2011 17:03:21 -0000 Message-ID: <20110119170321.89905.46950@eosnew.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Update_of_=22HTTP=5Fdatabase=5FAPI=22_by_mik?= =?utf-8?q?e=5Fk?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for c= hange notification. The "HTTP_database_API" page has been changed by mike_k. The comment on this change is: Changes: add "limit". http://wiki.apache.org/couchdb/HTTP_database_API?action=3Ddiff&rev1=3D24&re= v2=3D25 -------------------------------------------------- = ||'''Parameter'''||'''Value'''||'''Default value'''||'''Description'''|| ||''since''||seqnum||''0''||Start the results from the change immediately= after the given sequence number.|| + ||''limit''||maxsequences||''none''||Limit number of result rows to the s= pecified value (note that using ''0'' here has the same effect as ''1'').|| ||''feed''||normal | longpoll | continuous||''normal''||Select the type o= f feed.|| ||''heartbeat''||milliseconds||''60000''||Period in milliseconds after wh= ich a empty line is sent in the results. Only applicable for ''longpoll'' o= r ''continuous'' feeds. Overrides any ''timeout''.|| ||''timeout''||milliseconds||''60000''||Maximum period in milliseconds to= wait for a change before the response is sent, even if there are no result= s. Only applicable for ''longpoll'' or ''continuous'' feeds. '''Note''' tha= t 60000 is also the default maximum timeout to prevent undetected dead conn= ections.*||