This is an automated email from the ASF dual-hosted git repository. jiahuili430 pushed a commit to branch fix-config-options in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit fb24bd88fb5e6a8632cb71db7cdf2b14a73cace8 Author: Jiahui Li <[email protected]> AuthorDate: Fri Aug 29 10:06:44 2025 -0500 Docs: `changes_timeout` is applicable for `_changes?feed=eventsource` --- src/docs/src/api/database/changes.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/docs/src/api/database/changes.rst b/src/docs/src/api/database/changes.rst index cbf47b6fb..812e3b5db 100644 --- a/src/docs/src/api/database/changes.rst +++ b/src/docs/src/api/database/changes.rst @@ -115,8 +115,9 @@ the filtering criteria. :query number timeout: Maximum period in *milliseconds* to wait for a change before the response is sent, even if there are no results. - Only applicable for :ref:`longpoll <changes/longpoll>` or - :ref:`continuous <changes/continuous>` feeds. + Only applicable for :ref:`longpoll <changes/longpoll>`, + :ref:`continuous <changes/continuous>` or + :ref:`eventsource <changes/eventsource>` feeds. Default value is specified by :config:option:`chttpd/changes_timeout` configuration option. Note that ``60000`` value is also the default maximum timeout to prevent undetected dead connections.
