nickva commented on issue #1264: Processes piling up in 
fabric_doc_attachments:receive_unchunked_attachment/2
URL: https://github.com/apache/couchdb/issues/1264#issuecomment-378427159
 
 
   Maybe the easiest fix is that middleman process in `after Timeout` kills the 
receiver process:
   
   ```
       after Timeout ->
           exit(Receiver, kill),
           ok
   ```
   
   Also timeout is the `[fabric] request_timeout = 60000` maybe we really want 
that to be `[fabric] attachment_timeout = 600000`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to