Skip to content

Commit d70d5b7

Browse files
authored
Merge pull request #2616 from devdavidkarlsson/set-socket-linger-type-fix
2524-setSocketLinger type in config properties not matching docs
2 parents 1469ac7 + fa91ae0 commit d70d5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client-v2/src/main/java/com/clickhouse/client/api/ClientConfigProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public enum ClientConfigProperties {
7575

7676
SOCKET_TCP_NO_DELAY_OPT("socket_tcp_nodelay", Boolean.class),
7777

78-
SOCKET_LINGER_OPT("socket_linger", Boolean.class),
78+
SOCKET_LINGER_OPT("socket_linger", Integer.class),
7979

8080
DATABASE("database", String.class, "default"),
8181

0 commit comments

Comments
 (0)