From 64972e09dbebc42a03ba15a5f5cb8d4336ce0a66 Mon Sep 17 00:00:00 2001 From: Andrey Esin Date: Fri, 9 Feb 2024 22:38:53 +0300 Subject: [PATCH] README.md Fix backtick --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f50b22c9..ab6ba0bd 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Mono connectionMono = Mono.from(connectionFactory.create()); | `fetchSize` | The default number of rows to return when fetching results. Defaults to `0` for unlimited. _(Optional)_ | `forceBinary` | Whether to force binary transfer. Defaults to `false`. _(Optional)_ | `hostRecheckTime` | Host status recheck time when using multi-server operations. Defaults to `10 seconds`. _(Optional)_ -| `loadBalanceHosts` | Whether to shuffle the list of given hostnames before connect when using multi-server operations. Defaults to `true. _(Optional)_ +| `loadBalanceHosts` | Whether to shuffle the list of given hostnames before connect when using multi-server operations. Defaults to `true`. _(Optional)_ | `loopResources` | TCP/Socket LoopResources (depends on the endpoint connection type). _(Optional)_ | `lockWaitTimeout` | Lock wait timeout. _(Optional)_ | `noticeLogLevel` | Log level for error responses. Any of `OFF`, `DEBUG`, `INFO`, `WARN` or `ERROR` Defaults to `DEBUG`. _(Optional)_