From c47e3b2240daeacf877647fc0b91742e975b5d48 Mon Sep 17 00:00:00 2001 From: bdemsky Date: Wed, 12 Sep 2007 09:20:24 +0000 Subject: [PATCH] commented out another delay --- Robust/src/Runtime/DSTM/interface/dstmserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Robust/src/Runtime/DSTM/interface/dstmserver.c b/Robust/src/Runtime/DSTM/interface/dstmserver.c index dff96e32..5b99b3a6 100644 --- a/Robust/src/Runtime/DSTM/interface/dstmserver.c +++ b/Robust/src/Runtime/DSTM/interface/dstmserver.c @@ -426,7 +426,7 @@ char handleTransReq(fixed_data_t *fixed, trans_commit_data_t *transinfo, unsigne /*TESTING Add random wait to make transactions run for a long time such that * we can test for soft abort case */ - randomdelay(); + //randomdelay(); /* Save all object oids that are locked on this machine during this transaction request call */ oidlocked[objlocked] = OID(((objheader_t *)mobj)); -- 2.34.1