From user-return-7865-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Fri Dec 04 09:35:32 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 86968 invoked from network); 4 Dec 2009 09:35:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Dec 2009 09:35:32 -0000 Received: (qmail 12662 invoked by uid 500); 4 Dec 2009 09:35:31 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 12576 invoked by uid 500); 4 Dec 2009 09:35:30 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 12566 invoked by uid 99); 4 Dec 2009 09:35:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Dec 2009 09:35:30 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.211.204 as permitted sender) Received: from [209.85.211.204] (HELO mail-yw0-f204.google.com) (209.85.211.204) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Dec 2009 09:35:22 +0000 Received: by ywh42 with SMTP id 42so2185296ywh.28 for ; Fri, 04 Dec 2009 01:35:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=DWOqIMZ6MiO8Npe7XLN2aBgtUyMTf99OQ4qWLqviKSw=; b=u5UIh7hSNOxB3ezYmwIaNx0dcWSyH09nfErDmhPtD5aXjmVLJJzgLaFTohLeEOIjDL dK7T6wPoIak/1tw0DQpUhLy2Qny57hBkl27CADeVW72Zt7rMp8ga9lfkHJJh9Zv2apmh Ne1iCNXodm+u9hj7CVGZowHgkoAHhPj+suwdU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=QEF+IGSkEnNThCiQvbKCxffDosbF6X+SVNlzltoY9MUXWuSJFiZFGSynocd5InBW64 gctTLvxeCq6NejPVM5FdtBLXPAQ6zsH0JuTQXPNUQ5hhm83H/YMmKyCRcamsrat6zHUk VB+YfiUFZNklM0w5pphVgonStM3oEcluq/vCk= MIME-Version: 1.0 Received: by 10.100.244.2 with SMTP id r2mr3445174anh.17.1259919301284; Fri, 04 Dec 2009 01:35:01 -0800 (PST) In-Reply-To: References: <4B189AA8.9050109@rogerbinns.com> From: Paul Davis Date: Fri, 4 Dec 2009 04:34:41 -0500 Message-ID: Subject: Re: Documents with many attachments To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org >> One of the CouchDB config files defines the maximum document size as 4GB. >> Does that include attachments? >> > > No, but it may include attachment stubs (although I'm guessing it doesn't). > That's the mochiweb request body size number isn't it? So it would be "maximum size of any request to couchdb." Paul Davis