Skip to content

Commit

Permalink
Fix documentation: set correct value for `ClusterConfig.DisableShardA…
Browse files Browse the repository at this point in the history
…warePort`
  • Loading branch information
sylwiaszunejko committed Sep 3, 2024
1 parent 5898e07 commit e0bb915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ The feature is designed to gracefully fall back to the using the non-shard-aware
The driver will print a warning about misconfigured address translation if it detects it.
Issues with shard-aware port not being reachable are not reported in non-debug mode, because there is no way to detect it without false positives.

If you suspect that this feature is causing you problems, you can completely disable it by setting the `ClusterConfig.DisableShardAwarePort` flag to false.
If you suspect that this feature is causing you problems, you can completely disable it by setting the `ClusterConfig.DisableShardAwarePort` flag to true.

### Iterator

Expand Down

0 comments on commit e0bb915

Please sign in to comment.