Skip to content

Commit 18fbc25

Browse files
committed
Default to using the new passthrough mode
1 parent dc0d523 commit 18fbc25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

java/server/src/org/openqa/grid/internal/utils/configuration/StandaloneConfiguration.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,7 @@ public class StandaloneConfiguration {
209209
names = "-enablePassThrough",
210210
description = "<Boolean>: Whether or not to use the experimental passthrough mode. Defaults to false."
211211
)
212-
// initially defaults to false from boolean primitive type
213-
public boolean enablePassThrough;
212+
public boolean enablePassThrough = true;
214213

215214

216215
/**

0 commit comments

Comments
 (0)