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

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

commit aa69628f251941a05ce3a9d81f0e61f35d406b30
Author: Paul J. Davis <paul.joseph.da...@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 749cdd2..3c36da2 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

Reply via email to