Skip to content

Commit

Permalink
Enable repeat_on_session_lock to test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zhicwu committed Jul 26, 2022
1 parent d7a6f77 commit 33cf266
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -219,7 +219,7 @@ public enum ClickHouseClientOption implements ClickHouseOption {
* Whether to repeat execution when session is locked, until timed out(according
* to {@link #SESSION_TIMEOUT} or {@link #CONNECTION_TIMEOUT}).
*/
REPEAT_ON_SESSION_LOCK("repeat_on_session_lock", false,
REPEAT_ON_SESSION_LOCK("repeat_on_session_lock", true,
"Whether to repeat execution when session is locked, until timed out(according to 'session_timeout' or 'connect_timeout')."),
/**
* Whether to reuse wrapper of value(e.g. ClickHouseValue or
Expand Down

0 comments on commit 33cf266

Please sign in to comment.