summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul J. Davis <paul.joseph.davis@gmail.com>2020-03-25 15:04:07 -0500
committerPaul J. Davis <paul.joseph.davis@gmail.com>2020-04-10 16:30:49 -0500
commit742c64e6a7d9a60844005a04ff9c0c22e7a6721a (patch)
treea3fcc76c04c0fb12dc6157f272da3e164b44ee6d
parentd4bc3a50f7d30f318180950de62b91c0da4a3846 (diff)
downloadcouchdb-742c64e6a7d9a60844005a04ff9c0c22e7a6721a.tar.gz
Fix index updater configuration keys
The defaults commented out in `default.ini` did not match the names used in `fabric2_index.erl`.
-rw-r--r--rel/overlay/etc/default.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index d2a2c7257..376089a98 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