From 7d0bf0d699c6258f0abe1768a153ed7eeb344c4b Mon Sep 17 00:00:00 2001 From: Katia Aresti Date: Tue, 14 Nov 2023 11:30:58 +0100 Subject: [PATCH] Update docs/src/main/asciidoc/infinispan-client-reference.adoc Co-authored-by: Guillaume Smet --- docs/src/main/asciidoc/infinispan-client-reference.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/infinispan-client-reference.adoc b/docs/src/main/asciidoc/infinispan-client-reference.adoc index 983064c9193c08..9acb8554256f69 100644 --- a/docs/src/main/asciidoc/infinispan-client-reference.adoc +++ b/docs/src/main/asciidoc/infinispan-client-reference.adoc @@ -114,7 +114,7 @@ Use Infinispan Dev Services to run a server and connect without configuration. === Client intelligence Infinispan client uses intelligence mechanisms to efficiently send requests to Infinispan Server clusters. -By default, the *HASH_DISTRIBUTION_AWARE* intelligence mechanism enabled. +By default, the *HASH_DISTRIBUTION_AWARE* intelligence mechanism is enabled. However, locally with Docker for Mac, you might experience connectivity issues. In this case, configure the client intelligence to *BASIC*.