commented out another delay
authorbdemsky <bdemsky>
Wed, 12 Sep 2007 09:20:24 +0000 (09:20 +0000)
committerbdemsky <bdemsky>
Wed, 12 Sep 2007 09:20:24 +0000 (09:20 +0000)
Robust/src/Runtime/DSTM/interface/dstmserver.c

index dff96e3292db479bd691513ffbee085ac0eb837f..5b99b3a6e3b39cea67889cd9651013d076ab8b7d 100644 (file)
@@ -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));