You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2008/03/23 07:42:01 UTC

svn commit: r640163 - /commons/sandbox/performance/trunk/config-pool.xml

Author: psteitz
Date: Sat Mar 22 23:42:00 2008
New Revision: 640163

URL: http://svn.apache.org/viewvc?rev=640163&view=rev
Log:
Added sampling rate pool configuration element.

Modified:
    commons/sandbox/performance/trunk/config-pool.xml

Modified: commons/sandbox/performance/trunk/config-pool.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/performance/trunk/config-pool.xml?rev=640163&r1=640162&r2=640163&view=diff
==============================================================================
--- commons/sandbox/performance/trunk/config-pool.xml (original)
+++ commons/sandbox/performance/trunk/config-pool.xml Sat Mar 22 23:42:00 2008
@@ -49,6 +49,7 @@
     <lifo>false</lifo>
     <!-- Ignored unless pool type a KeyedObjectPool -->
     <max-active-per-key>10</max-active-per-key>
+    <sampling-rate>0.1</sampling-rate>
   </pool>
   
   <!-- Ignored unless pool type is AbandonedObjectPool -->