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 mike_k.
The comment on this change is: Changes: add "limit".
http://wiki.apache.org/couchdb/HTTP_database_API?action=diff&rev1=24&rev2=25

--------------------------------------------------

  
  ||'''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 
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''.||
  ||''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.*||

Reply via email to