refine code

This commit is contained in:
chaoguang 2020-03-24 01:15:14 -07:00
parent c02fdd47dc
commit 8fbeefc2a2
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ struct SpecialKeySpaceCorrectnessWorkload : TestWorkload {
// TODO : add random bytes limit here
int byteLimits = deterministicRandom()->randomInt(1, (keysCount.getValue() + 1) * (keyBytes + valBytes + 8));
// TODO : check setRequestLimits in RYW
return GetRangeLimits(rowLimits, byteLimits / 2);
return GetRangeLimits(rowLimits, byteLimits);
}
};