Modified: 
river/jtsk/skunk/qa_refactor/trunk/src/com/sun/jini/mahalo/TxnManagerImplInitializer.java
URL: 
http://svn.apache.org/viewvc/river/jtsk/skunk/qa_refactor/trunk/src/com/sun/jini/mahalo/TxnManagerImplInitializer.java?rev=1634322&r1=1634321&r2=1634322&view=diff
==============================================================================
--- 
river/jtsk/skunk/qa_refactor/trunk/src/com/sun/jini/mahalo/TxnManagerImplInitializer.java
 (original)
+++ 
river/jtsk/skunk/qa_refactor/trunk/src/com/sun/jini/mahalo/TxnManagerImplInitializer.java
 Sun Oct 26 13:17:28 2014
@@ -62,10 +62,8 @@ class TxnManagerImplInitializer {
     int cores = Runtime.getRuntime().availableProcessors();
     int settlerthreads = 15*cores;
     long settlertimeout = 1000 * 15;
-    float settlerload = 1.0F;
     int taskthreads = 5*cores;
     long tasktimeout = 1000 * 15;
-    float taskload = 1.0F;
     ConcurrentMap<Long, TxnManagerTransaction> txns =
             new ConcurrentHashMap<Long, TxnManagerTransaction>();
     /* Retrieve values from properties.          */


Reply via email to