rnewson commented on issue #4668: URL: https://github.com/apache/couchdb/issues/4668#issuecomment-1628475272
Thanks. looks like this change in the third party http client we use (ibrowse): https://github.com/apache/couchdb-ibrowse/commit/e6a0c366fc8fc982d7981087c1e9d1e28e2a235a try setting; ``` [replicator] socket_options = [{keepalive, true}, {nodelay, false}, {prefer_ipv6, true}] valid_socket_options = buffer,keepalive,nodelay,priority,recbuf,sndbuf,prefer_ipv6 ``` You'll need to restart couchdb if you edit the config files, or you can use the `/_node/_local/_config` endpoint to change the settings live. -- 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]
