nickva commented on issue #4373:
URL: https://github.com/apache/couchdb/issues/4373#issuecomment-1396069370

   It's strange that it times out before even making a connection. 
   
   Could try also tweaking the number of replication workers, maybe try 1 
instead of 4
   
   https://docs.couchdb.org/en/stable/config/replicator.html
   
   ```
   [replicator]
   worker_processes = 1
   ```
   
   Or try increasing or decreasing the number of connections:
   ```
   [replicator]
   http_connections = 40
   ```
   
   If there are proxies in between they could also be blocking or timing out 
the connections. It might help inspecting logs there for connection states.


-- 
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]

Reply via email to