Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/api/ddoc/views.rst
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,6 @@ issues. These include:
database and then access the view to force the corresponding view index to be
updated.

- Use a monitor with the :ref:`update notification <update-notifications>`
section of the CouchDB configuration file to monitor for changes to your
database, and trigger a view query to force the view to be updated.

None of these can completely eliminate the need for the indexes to be rebuilt
or updated when the view is accessed, but they may lessen the effects on
end-users of the index update affecting the user experience.
Expand Down
187 changes: 0 additions & 187 deletions src/config/externals.rst

This file was deleted.

1 change: 0 additions & 1 deletion src/config/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Configuring CouchDB
logging
replicator
query-servers
externals
http-handlers
services
misc
Expand Down
7 changes: 0 additions & 7 deletions src/config/services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,6 @@ CouchDB Daemonized Mini Apps
[daemons]
index_server={couch_index_server, start_link, []}

.. config:option:: os_daemons

:ref:`OS Daemons <config/os_daemons>` manager::

[daemons]
os_daemons={couch_os_daemons, start_link, []}

.. config:option:: query_servers

:ref:`Query servers <config/query_servers>` manager::
Expand Down
Loading