diff config/blitz.config @ 12:e3649bdf4973

Updated to JE 3.3.82.
author Dan Creswell <dan.creswell@gmail.com>
date Sun, 14 Jun 2009 18:00:11 +0100
parents 3dc0c5604566
children 3d83b0e0b75a
line wrap: on
line diff
--- a/config/blitz.config	Sat May 23 11:31:30 2009 +0100
+++ b/config/blitz.config	Sun Jun 14 18:00:11 2009 +0100
@@ -69,7 +69,7 @@
     // for it's logs and persistent state - if this isn't done
     // "bad things will happen" (TM)
     //
-    persistDir = "/Users/dan/src/jini/blitz_2fcs/dbfiles_dancres";
+    persistDir = "/Users/dan/src/jini/blitzjavaspaces/dbfiles_dancres";
 
     // Location of log files - SHOULD BE DIFFERENT FROM ABOVE
     //
@@ -157,7 +157,7 @@
     // attempting the transaction will backoff by an amount of time dictated
     // by base_backoff + Random(jitter) ms which should allow the conflicting
     // transaction time to complete.  Format is {base_backoff, jitter}
-    loadBackoff = new int[] {20, 50};
+    loadBackoff = new int[] {20, 20};
 
     // The maximum allowable lease time for entries and notify registrations
     // To permit Lease.FOREVER, set the LeaseBound = 0.
@@ -216,7 +216,7 @@
     // For concurrent benchmark or application use non-zero log buffering time
     // storageModel = new Persistent(true, true, 10, true, 10000, 32768);
 
-	statsDump = 10000;
+	statsDump = 60000;
 	
     // Enable standard destroy semantics - by default, Blitz does NOT
     // delete state at destroy.  Enable that feature here and invoke