Return-Path: Delivered-To: apmail-incubator-couchdb-commits-archive@locus.apache.org Received: (qmail 81750 invoked from network); 19 Aug 2008 00:42:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Aug 2008 00:42:11 -0000 Received: (qmail 52975 invoked by uid 500); 19 Aug 2008 00:42:09 -0000 Delivered-To: apmail-incubator-couchdb-commits-archive@incubator.apache.org Received: (qmail 52956 invoked by uid 500); 19 Aug 2008 00:42:09 -0000 Mailing-List: contact couchdb-commits-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-commits@incubator.apache.org Received: (qmail 52947 invoked by uid 99); 19 Aug 2008 00:42:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Aug 2008 17:42:09 -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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Aug 2008 00:41:21 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 64F0B2388A03; Mon, 18 Aug 2008 17:41:20 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r686909 - /incubator/couchdb/branches/runtimeconfig/src/couchdb/couch_server_sup.erl Date: Tue, 19 Aug 2008 00:41:20 -0000 To: couchdb-commits@incubator.apache.org From: damien@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080819004120.64F0B2388A03@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: damien Date: Mon Aug 18 17:41:20 2008 New Revision: 686909 URL: http://svn.apache.org/viewvc?rev=686909&view=rev Log: Tweak to avoid extra OTP error messages on restart. Modified: incubator/couchdb/branches/runtimeconfig/src/couchdb/couch_server_sup.erl Modified: incubator/couchdb/branches/runtimeconfig/src/couchdb/couch_server_sup.erl URL: http://svn.apache.org/viewvc/incubator/couchdb/branches/runtimeconfig/src/couchdb/couch_server_sup.erl?rev=686909&r1=686908&r2=686909&view=diff ============================================================================== --- incubator/couchdb/branches/runtimeconfig/src/couchdb/couch_server_sup.erl (original) +++ incubator/couchdb/branches/runtimeconfig/src/couchdb/couch_server_sup.erl Mon Aug 18 17:41:20 2008 @@ -83,7 +83,7 @@ {couch_primary_services, {couch_server_sup, start_primary_services, []}, permanent, - brutal_kill, + infinity, supervisor, [couch_server_sup]} ]},