Skip to content

Commit 4425adc

Browse files
aledbfroboquat
authored andcommitted
[gitpod-protocol] Adjust GRPC ping interval
1 parent 5471fa4 commit 4425adc

File tree

1 file changed

+3
-3
lines changed
  • components/gitpod-protocol/src/util

1 file changed

+3
-3
lines changed

components/gitpod-protocol/src/util/grpc.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
*/
66

77
export const defaultGRPCOptions = {
8-
"grpc.keepalive_timeout_ms": 1000,
9-
"grpc.keepalive_time_ms": 5000,
10-
"grpc.http2.min_time_between_pings_ms": 1000,
8+
"grpc.keepalive_timeout_ms": 10000,
9+
"grpc.keepalive_time_ms": 60000,
10+
"grpc.http2.min_time_between_pings_ms": 10000,
1111
"grpc.keepalive_permit_without_calls": 1,
1212
"grpc-node.max_session_memory": 50,
1313
"grpc.max_reconnect_backoff_ms": 5000,

0 commit comments

Comments
 (0)