This is an automated email from the ASF dual-hosted git repository.

ronny pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git


The following commit(s) were added to refs/heads/main by this push:
     new c307b1d  Unit for timeout is milliseconds. Fix #676
     new 39c22ba  Merge pull request #720 from big-r81/fix-issue-676
c307b1d is described below

commit c307b1dd3732c23dab6b5f16c667dfe3d836a98d
Author: Ronny Berndt <[email protected]>
AuthorDate: Thu May 5 11:16:34 2022 +0200

    Unit for timeout is milliseconds. Fix #676
---
 src/api/server/common.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/api/server/common.rst b/src/api/server/common.rst
index 222b896..eac1e02 100644
--- a/src/api/server/common.rst
+++ b/src/api/server/common.rst
@@ -540,8 +540,8 @@
                         - **eventsource**: Like, ``continuous``, but sends
                           the events in `EventSource
                           <http://dev.w3.org/html5/eventsource/>`_ format.
-    :query number timeout: Number of seconds until CouchDB closes the
-      connection. Default is ``60``.
+    :query number timeout: Number of *milliseconds* until CouchDB closes the
+      connection. Default is ``60000``.
     :query number heartbeat: Period in *milliseconds* after which an empty
         line is sent in the results. Only applicable for ``longpoll``,
         ``continuous``, and ``eventsource`` feeds. Overrides any timeout to

Reply via email to