Skip to content

Commit

Permalink
Remove preferLocalShards
Browse files Browse the repository at this point in the history
  • Loading branch information
thelabdude committed Feb 20, 2020
1 parent 4af3a19 commit 94dbba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatling-qps/src/test/scala/FusionQueryTraffic.scala
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class FusionQueryTraffic extends Simulation {
case ("params", params) => {
// TODO: Parse and transform the params from the CSV as needed ...
// pass empty string to skip a line ...
params ++ "&_cookie=false&preferLocalShards=true"
params ++ "&_cookie=false"
}
}.random

Expand Down

0 comments on commit 94dbba5

Please sign in to comment.