Skip to content

Commit 6466d64

Browse files
committed
improves documentation
1 parent e028557 commit 6466d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch-driver/src/main/java/org/jnosql/diana/elasticsearch/document/ElasticsearchDocumentConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* It tries to read the configuration properties from diana-elasticsearch.properties file. To get some information:
3939
* <p>elasticsearch-host-n: the host to client connection, if necessary to define a different port than default just
4040
* use colon, ':' eg: elasticsearch-host-1=172.17.0.2:1234</p>
41-
* <p>elasticsearch-maxRetryTimeoutMillis</p>
41+
* <p>elasticsearch-maxRetryTimeoutMillis: maxRetry- the default value {@link RestClientBuilder#DEFAULT_MAX_RETRY_TIMEOUT_MILLIS}</p>
4242
*/
4343
public class ElasticsearchDocumentConfiguration implements UnaryDocumentConfiguration<ElasticsearchDocumentCollectionManagerFactory> {
4444

0 commit comments

Comments
 (0)