You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2020/04/10 21:31:00 UTC

[couchdb] 01/11: Fix index updater configuration keys

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

davisp pushed a commit to branch prototype/fdb-layer
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 742c64e6a7d9a60844005a04ff9c0c22e7a6721a
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Wed Mar 25 15:04:07 2020 -0500

    Fix index updater configuration keys
    
    The defaults commented out in `default.ini` did not match the names used
    in `fabric2_index.erl`.
---
 rel/overlay/etc/default.ini | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index d2a2c72..376089a 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -228,14 +228,14 @@ port = 6984
 ;fdb_directory = couchdb
 ;
 ; Enable or disable index auto-updater
-;index_autoupdater_enabled = true
+;index_updater_enabled = true
 ;
 ; How long to wait from the first db update event until index building is
 ; triggered.
-;index_autoupdater_delay_msec = 60000
+;index_updater_delay_msec = 60000
 ;
 ; How often to check if databases may need their indices updated.
-;index_autoupdater_resolution_msec = 10000
+;index_updater_resolution_msec = 10000
 
 ; [rexi]
 ; buffer_count = 2000