From derby-commits-return-3361-apmail-db-derby-commits-archive=db.apache.org@db.apache.org Thu May 25 14:23:22 2006 Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 90841 invoked from network); 25 May 2006 14:23:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 May 2006 14:23:21 -0000 Received: (qmail 34255 invoked by uid 500); 25 May 2006 14:23:21 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 34189 invoked by uid 500); 25 May 2006 14:23:21 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Delivered-To: moderator for derby-commits@db.apache.org Received: (qmail 9260 invoked by uid 99); 25 May 2006 12:24:34 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r409376 - /db/derby/docs/trunk/src/adminguide/radmindrdatimeslice.dita Date: Thu, 25 May 2006 12:24:13 -0000 To: derby-commits@db.apache.org From: halleypo@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060525122413.AFCA51A9842@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: halleypo Date: Thu May 25 05:24:13 2006 New Revision: 409376 URL: http://svn.apache.org/viewvc?rev=409376&view=rev Log: DERBY-1299 Improving wording for derby.drda.timeslice property Modified: db/derby/docs/trunk/src/adminguide/radmindrdatimeslice.dita Modified: db/derby/docs/trunk/src/adminguide/radmindrdatimeslice.dita URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/adminguide/radmindrdatimeslice.dita?rev=409376&r1=409375&r2=409376&view=diff ============================================================================== --- db/derby/docs/trunk/src/adminguide/radmindrdatimeslice.dita (original) +++ db/derby/docs/trunk/src/adminguide/radmindrdatimeslice.dita Thu May 25 05:24:13 2006 @@ -24,7 +24,8 @@
Use the derby.drda.timeslice property to set the number of milliseconds that each connection will use before yielding to another connection. This -property is relevant only if the derby.drda.maxThreads property is set.
+property is relevant only if the derby.drda.maxThreads property is set +to a value greater than zero. Syntaxderby.drda.timeslice=milliseconds
Default

0

Examplederby.drda.timeslice=2000