Skip to content

Commit

Permalink
[misc] changing testing option disableSessionTracking defaut value
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Oct 15, 2024
1 parent 7d66c42 commit 32ca5d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public static long initializeClientCapabilities(
}

if (Boolean.parseBoolean(
configuration.nonMappedOptions().getProperty("disableSessionTracking", "true"))) {
configuration.nonMappedOptions().getProperty("disableSessionTracking", "false"))) {
capabilities &= ~Capabilities.CLIENT_SESSION_TRACK;
}

Expand Down

0 comments on commit 32ca5d7

Please sign in to comment.