Skip to content

Commit

Permalink
Increase to 3072
Browse files Browse the repository at this point in the history
  • Loading branch information
longvu-db committed Sep 19, 2024
1 parent 1b242aa commit 5b724f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ private[sql] object ConnectCommon {
val CONNECT_GRPC_BINDING_PORT: Int = 15002
val CONNECT_GRPC_PORT_MAX_RETRIES: Int = 0
val CONNECT_GRPC_MAX_MESSAGE_SIZE: Int = 128 * 1024 * 1024
val CONNECT_GRPC_MARSHALLER_RECURSION_LIMIT: Int = 2048
val CONNECT_GRPC_MARSHALLER_RECURSION_LIMIT: Int = 3072
}

0 comments on commit 5b724f7

Please sign in to comment.