Skip to content

Commit

Permalink
🐛javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: dseurotech <davide.salvador@eurotech.com>
  • Loading branch information
dseurotech authored and Coduz committed Jul 2, 2024
1 parent 61f0668 commit f7bf372
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,19 +138,19 @@ public enum DatastoreElasticsearchClientSettingsKey implements SettingKey {
*/
SSL_TRUSTSTORE_PASSWORD("datastore.elasticsearch.ssl.truststore.password"),
/**
* Elastichsearch client number of IO threads. Leave <=0 to use the default
* Elastichsearch client number of IO threads. Leave &lt;=0 to use the default
*
* @since 2.1.0
*/
NUMBER_OF_IO_THREADS("datastore.elasticsearch.numberOfIOThreads"),
/**
* Elastichsearch client request connection timeout in milliseconds. Leave <=0 to use the default
* Elastichsearch client request connection timeout in milliseconds. Leave &lt;0 to use the default
*
* @since 2.1.0
*/
REQUEST_CONNECTION_TIMEOUT_MILLIS("datastore.elasticsearch.request.connection.timeout.millis"),
/**
* Elastichsearch client request socket timeout in milliseconds. Leave <=0 to use the default
* Elastichsearch client request socket timeout in milliseconds. Leave &lt;0 to use the default
*
* @since 2.1.0
*/
Expand Down

0 comments on commit f7bf372

Please sign in to comment.