nickva opened a new pull request #505: Enable tail call optimization in couch_replicator_docs URL: https://github.com/apache/couchdb/pull/505 `update_docs/4` function was recursively called from `catch` part of a try ... catch block. That construct prevented tail call optimization to take place. Jira: COUCHDB-3324 ---------------------------------------------------------------- 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: [email protected]
With regards, Apache Git Services
