Skip to content

Commit aac4461

Browse files
committed
faster kill on xc
1 parent 624e645 commit aac4461

File tree

2 files changed

+389
-385
lines changed

2 files changed

+389
-385
lines changed

oltp/run.rwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ $if xc_enabled $then
189189
if xc_stopnow=1 or xc_stopnow=2 then break; end if;
190190
end loop;
191191
if xc_stopnow=1 or xc_stopnow=2 then
192-
wait 20;
192+
wait 2;
193193
xc_kill();
194194
end if;
195195
$endif

0 commit comments

Comments
 (0)