changeset 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 e20d9146f32e
children 3d83b0e0b75a
files config/blitz.config dbjava/je-3.3.82.jar dbjava/je.jar
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
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
Binary file dbjava/je-3.3.82.jar has changed
--- a/dbjava/je.jar	Sat May 23 11:31:30 2009 +0100
+++ b/dbjava/je.jar	Sun Jun 14 18:00:11 2009 +0100
@@ -1,1 +1,1 @@
-je-3.2.74.jar
\ No newline at end of file
+je-3.3.82.jar
\ No newline at end of file