# HG changeset patch # User Dan Creswell # Date 1245007545 -3600 # Node ID 3d83b0e0b75a23bcf9fd8ce7967464806e96798a # Parent e3649bdf497375d52fcaddc4efed8f3e835d4cb3 Restore old backoff settings - seem to work a little better. diff -r e3649bdf4973 -r 3d83b0e0b75a config/blitz.config --- 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.