davisp commented on issue #2210: large attachments and all_docs stopped working 
since 2.1
URL: https://github.com/apache/couchdb/issues/2210#issuecomment-600205995
 
 
   That timeout you were originally dealing with probably isn't the right 
approach. That's a per-message timeout which we'd never expect to have a delay 
of more than 5s (or else something is quite wrong).
   
   My first guess is that the reading those attachments into RAM to send out in 
the response is taking too long and triggering the timeout. I'd look to see if 
the time we're calling a 5s timeout is accidentally including time spent in the 
callback to `rexi_utils:recv` call.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to