Skip to content

Commit 33cf266

Browse files
committed
Enable repeat_on_session_lock to test CI
1 parent d7a6f77 commit 33cf266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clickhouse-client/src/main/java/com/clickhouse/client/config/ClickHouseClientOption.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public enum ClickHouseClientOption implements ClickHouseOption {
219219
* Whether to repeat execution when session is locked, until timed out(according
220220
* to {@link #SESSION_TIMEOUT} or {@link #CONNECTION_TIMEOUT}).
221221
*/
222-
REPEAT_ON_SESSION_LOCK("repeat_on_session_lock", false,
222+
REPEAT_ON_SESSION_LOCK("repeat_on_session_lock", true,
223223
"Whether to repeat execution when session is locked, until timed out(according to 'session_timeout' or 'connect_timeout')."),
224224
/**
225225
* Whether to reuse wrapper of value(e.g. ClickHouseValue or

0 commit comments

Comments
 (0)