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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2699011  feed->timeout bug, closes apache/couchdb#1592 (#322)
2699011 is described below

commit 2699011899dc59be826dba85914931a1be4b6587
Author: Joan Touzet <[email protected]>
AuthorDate: Mon Sep 3 13:48:03 2018 -0400

    feed->timeout bug, closes apache/couchdb#1592 (#322)
---
 src/config/http.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/config/http.rst b/src/config/http.rst
index b8c1879..843c874 100644
--- a/src/config/http.rst
+++ b/src/config/http.rst
@@ -130,7 +130,7 @@ HTTP Server Options
         milliseconds (60000 by default)::
 
             [httpd]
-            changes_feed = 60000 ; 60 seconds
+            changes_timeout = 60000 ; 60 seconds
 
     .. config:option:: config_whitelist :: Config options while list
 

Reply via email to