diff options
author | Nick Vatamaniuc <vatamane@gmail.com> | 2022-09-09 16:28:29 -0400 |
---|---|---|
committer | Nick Vatamaniuc <nickva@users.noreply.github.com> | 2022-09-10 18:56:42 -0400 |
commit | 84883c6e34c46d72b07aee65786d6ec8a6c56700 (patch) | |
tree | 3fb97626ef1f28af4e9f66589b58c8929774d450 /rel | |
parent | 5f86af1ec7692ba1b2db1512401e1402a5e5f05a (diff) | |
download | couchdb-84883c6e34c46d72b07aee65786d6ec8a6c56700.tar.gz |
Give the users the option to disable bulk_get attemptsdocs-fix-edit-link
Let users have the option to revert to the previous behavior. They may have
some odd load balancer setup, or a custom API implementation where repeated
_bulk_get attempts may cause unexpected issues.
Diffstat (limited to 'rel')
-rw-r--r-- | rel/overlay/etc/default.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini index 929c08351..b989ba3fa 100644 --- a/rel/overlay/etc/default.ini +++ b/rel/overlay/etc/default.ini @@ -494,6 +494,8 @@ partitioned||* = true ;retries_per_request = 5 ; Use checkpoints ;use_checkpoints = true +; Attempt to use bulk_get for fetching documents from the source +;use_bulk_get = true ; Checkpoint interval ;checkpoint_interval = 30000 ; Some socket options that might boost performance in some scenarios: |