Hey CouchDB devs,The maximum body size (in mochiweb) for a doc upload is still 1MB in trunk.
in /trunk/src/mochiweb/mochiweb_request.erl 45 % Maximum recv_body() length of 1MB 46 -define(MAX_RECV_BODY, (1024*1024)). Can we get another 1024 in there? Pretty please? : ) thanks, Sho