From couchdb-dev-return-465-apmail-incubator-couchdb-dev-archive=incubator.apache.org@incubator.apache.org Tue May 27 15:44:23 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 82365 invoked from network); 27 May 2008 15:44:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 May 2008 15:44:23 -0000 Received: (qmail 92702 invoked by uid 500); 27 May 2008 15:44:25 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 92556 invoked by uid 500); 27 May 2008 15:44:25 -0000 Mailing-List: contact couchdb-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-dev@incubator.apache.org Received: (qmail 92545 invoked by uid 99); 27 May 2008 15:44:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 May 2008 08:44:24 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 May 2008 15:43:46 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 656D0234C125 for ; Tue, 27 May 2008 08:44:02 -0700 (PDT) Message-ID: <1644508069.1211903042399.JavaMail.jira@brutus> Date: Tue, 27 May 2008 08:44:02 -0700 (PDT) From: "Jan Lehnardt (JIRA)" To: couchdb-dev@incubator.apache.org Subject: [jira] Created: (COUCHDB-60) Make maximum document size a configuration option MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Make maximum document size a configuration option ------------------------------------------------- Key: COUCHDB-60 URL: https://issues.apache.org/jira/browse/COUCHDB-60 Project: CouchDB Issue Type: New Feature Components: HTTP Interface Environment: All Reporter: Jan Lehnardt Assignee: Jan Lehnardt Priority: Minor At the moment the maximum document size is hardcoded to 4GB. It would be nice if this limit could be configured. I will add this to the runtimeconfig branch. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.