nickva commented on PR #4172: URL: https://github.com/apache/couchdb/pull/4172#issuecomment-1242787386
> It seems like there are two ways to configure a replication to use _bulk_get: one globally via the config option `[replicator] use_bulk_get` and the other as a parameter in the replication doc itself. Is that correct? If so, which takes precedence? It looks like the latter does, but it's not super clear from reading the code. Should we add a test that makes the precedence explicit? The idea is to follow the same pattern as the rest of the replication jobs settings. For instance the existing “use_checkpoints” setting. The precedence is the same as the other settings. The global default is in the ini file and the replication job may override it. Good idea to add a test for it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org