[modify cases]

This commit is contained in:
Hui Li 2020-07-29 19:41:38 +08:00
parent 966b47361e
commit a7532284bd
1 changed files with 2 additions and 2 deletions

View File

@ -4,10 +4,10 @@
############################################################### ###############################################################
################ set script parameters ################ ################ set script parameters ################
$tblStart = 0 $tblStart = 0
$tblEnd = 100 $tblEnd = 10000
$tsStart = 1325347200000 # 2012-01-01 00:00:00.000 $tsStart = 1325347200000 # 2012-01-01 00:00:00.000
$preBinary = ' . client-08- $preBinary = ' . client-08-
$numPerUpdateTbl = 20 $numPerUpdateTbl = 2000
############################################################### ###############################################################
$totalRows = 0 $totalRows = 0
$dropTblStart = $tblStart $dropTblStart = $tblStart