File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
clickhouse-benchmark/src/main/java/com/clickhouse/benchmark/jdbc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments