Skip to content

Commit

Permalink
fine tune grpc configs jsonnet (#4182)
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-d authored Aug 18, 2021
1 parent 6b775ac commit 944bbd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions production/ksonnet/loki/config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@
grpc_server_max_recv_msg_size: $._config.grpc_server_max_msg_size,
grpc_server_max_send_msg_size: $._config.grpc_server_max_msg_size,
grpc_server_max_concurrent_streams: 1000,
grpc_server_ping_without_stream_allowed: true, // https://github.com/grafana/cortex-jsonnet/pull/233
grpc_server_min_time_between_pings: '10s', // https://github.com/grafana/cortex-jsonnet/pull/233
http_server_write_timeout: '1m',
http_listen_port: $._config.http_listen_port,
},
Expand Down

0 comments on commit 944bbd1

Please sign in to comment.