Skip to content

Commit ddd5a19

Browse files
committed
Increase max inbound message size for benchmarking
1 parent e0a3a65 commit ddd5a19

File tree

1 file changed

+1
-1
lines changed
  • clickhouse-benchmark/src/main/java/com/clickhouse/benchmark/jdbc

1 file changed

+1
-1
lines changed

clickhouse-benchmark/src/main/java/com/clickhouse/benchmark/jdbc/JdbcDriver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public enum JdbcDriver {
1212
"jdbc:ch://%s:%s/%s?ssl=false&user=%s&password=%s&use_server_time_zone=false&use_time_zone=UTC&compress=%s",
1313
Constants.HTTP_PORT),
1414
ClickhouseGrpcJdbc("com.clickhouse.jdbc.ClickHouseDriver",
15-
"jdbc:ch:grpc://%s:%s/%s?ssl=false&user=%s&password=%s&use_server_time_zone=false&use_time_zone=UTC&compress=%s",
15+
"jdbc:ch:grpc://%s:%s/%s?ssl=false&user=%s&password=%s&use_server_time_zone=false&use_time_zone=UTC&max_inbound_message_size=2147483647&compress=%s",
1616
Constants.GRPC_PORT),
1717
ClickhouseJdbc("ru.yandex.clickhouse.ClickHouseDriver",
1818
"jdbc:clickhouse://%s:%s/%s?ssl=false&user=%s&password=%s&use_server_time_zone=false&use_time_zone=UTC&compress=%s",

0 commit comments

Comments
 (0)