changeset 13:3d83b0e0b75a

Restore old backoff settings - seem to work a little better.
author Dan Creswell <dan.creswell@gmail.com>
date Sun, 14 Jun 2009 20:25:45 +0100
parents e3649bdf4973
children 872076165de4
files config/blitz.config
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/config/blitz.config	Sun Jun 14 18:00:11 2009 +0100
+++ b/config/blitz.config	Sun Jun 14 20:25:45 2009 +0100
@@ -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, 20};
+    loadBackoff = new int[] {20, 50};
 
     // The maximum allowable lease time for entries and notify registrations
     // To permit Lease.FOREVER, set the LeaseBound = 0.