You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2011/06/23 17:55:25 UTC

[Couchdb Wiki] Trivial Update of "HTTP_database_API" by GabrielFarrell

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The "HTTP_database_API" page has been changed by GabrielFarrell:
http://wiki.apache.org/couchdb/HTTP_database_API?action=diff&rev1=26&rev2=27

Comment:
typo

  ||''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 specified value (note that using ''0'' here has the same effect as ''1'').||
  ||''feed''||normal | longpoll | continuous||''normal''||Select the type of feed.||
- ||''heartbeat''||milliseconds||''60000''||Period in milliseconds after which a empty line is sent in the results. Only applicable for ''longpoll'' or ''continuous'' feeds. Overrides any ''timeout'' to keep the feed alive indefinitely.||
+ ||''heartbeat''||milliseconds||''60000''||Period in milliseconds after which an empty line is sent in the results. Only applicable for ''longpoll'' or ''continuous'' feeds. Overrides any ''timeout'' to keep the feed alive indefinitely.||
  ||''timeout''||milliseconds||''60000''||Maximum period in milliseconds to wait for a change before the response is sent, even if there are no results. Only applicable for ''longpoll'' or ''continuous'' feeds. '''Note''' that 60000 is also the default maximum timeout to prevent undetected dead connections.*||
  ||''filter''||designdoc/filtername||''none''||Reference a filter function from a design document to selectively get updates. See the [[http://books.couchdb.org/relax/reference/change-notifications|section in the book]] for more information.||
  ||''include_docs''||boolean||''false''||Include the associated document with each result. (New in version 0.11)||