Skip to content

Commit 8216d2f

Browse files
committed
Correct description
1 parent d2359e8 commit 8216d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ru/yandex/clickhouse/settings/ClickHouseConnectionSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public enum ClickHouseConnectionSettings implements DriverPropertyCreator {
3636
TIME_TO_LIVE_MILLIS("timeToLiveMillis", 60 * 1000, ""),
3737
DEFAULT_MAX_PER_ROUTE("defaultMaxPerRoute", 500, ""),
3838
MAX_TOTAL("maxTotal", 10000, ""),
39-
MAX_RETRIES("maxRetries", 3, "Maximum retries for idempotent operation. Set 0 to turn off the tries."),
39+
MAX_RETRIES("maxRetries", 3, "Maximum retries(default to 3) for idempotent operation. Set 0 to disable retry."),
4040

4141
/**
4242
* additional

0 commit comments

Comments
 (0)