On 30/01/2009, at 6:03 PM, Adam Kocoloski wrote:
Hi Jeff, it's starting to make some more sense now. How big are the normal attachments? At present, Couch encodes all attachments using Base64 and inlines them in the JSON representation of the document during replication. We'll fix this in the 0.9 release by taking advantage of new support for multipart requests[1], but until then replicating big attachments is iffy at best.
In the meantime, is there any way to increase the timeout, or limit the number of docs couch tries to send in one bulk_docs transaction? Replication is failing for me even with attachments under 500K, since my upload speed from home isn't that good.
Sho
Regards, Adam [1] https://issues.apache.org/jira/browse/COUCHDB-163
