jcoglan opened a new pull request #3952: URL: https://github.com/apache/couchdb/pull/3952
## Overview The code that forwards attachment data to cluster nodes via fabric has a hard-coded timeout of five minutes for nodes to request the data. Making this configurable lets us mitigate the impact of issue #3939, which causes requests to block if one of the nodes already has the given attachment and doesn't end up requesting the data for it. ## Related Issues or Pull Requests - https://github.com/apache/couchdb/issues/3939 - https://github.com/apache/couchdb/pull/3940 ## Checklist - [ ] Code is written and works correctly - [ ] Changes are covered by tests - [ ] Any new configurable parameters are documented in `rel/overlay/etc/default.ini` - [ ] A PR for documentation changes has been made in https://github.com/apache/couchdb-documentation -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
