Skip to content

Commit

Permalink
set envoy grpc.max_receive_message_length to -1 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
njy17 authored Sep 21, 2023
1 parent a097dac commit 2dae760
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ dynamic_resources:
int_value: 10000
grpc.keepalive_timeout_ms:
int_value: 20000
grpc.max_receive_message_length:
int_value: -1

admin:
access_log_path: /dev/stdout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ dynamic_resources:
int_value: 10000
grpc.keepalive_timeout_ms:
int_value: 20000
grpc.max_receive_message_length:
int_value: -1

admin:
access_log_path: /dev/stdout
Expand Down

0 comments on commit 2dae760

Please sign in to comment.