We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5471fa4 commit 4425adcCopy full SHA for 4425adc
components/gitpod-protocol/src/util/grpc.ts
@@ -5,9 +5,9 @@
5
*/
6
7
export const defaultGRPCOptions = {
8
- "grpc.keepalive_timeout_ms": 1000,
9
- "grpc.keepalive_time_ms": 5000,
10
- "grpc.http2.min_time_between_pings_ms": 1000,
+ "grpc.keepalive_timeout_ms": 10000,
+ "grpc.keepalive_time_ms": 60000,
+ "grpc.http2.min_time_between_pings_ms": 10000,
11
"grpc.keepalive_permit_without_calls": 1,
12
"grpc-node.max_session_memory": 50,
13
"grpc.max_reconnect_backoff_ms": 5000,
0 commit comments