Commit 70dc482 1 parent a7dfa3c commit 70dc482 Copy full SHA for 70dc482
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ import (
36
36
const (
37
37
DefaultRPCPort = 11101
38
38
DefaultRPCMaxRequestsBytes = 4 * 1024 * 1024 // 4MiB
39
- DefaultRPCMaxConnectionAge = 50 * time .Second
40
- DefaultRPCMaxConnectionAgeGrace = 10 * time .Second
39
+ DefaultRPCMaxConnectionAge = 0 * time .Second
40
+ DefaultRPCMaxConnectionAgeGrace = 0 * time .Second
41
41
42
42
DefaultProfilingPort = 11102
43
43
Original file line number Diff line number Diff line change 8
8
9
9
# MaxConnectionAge is a duration for the maximum amount of time a connection may exist
10
10
# before it will be closed by sending a GoAway.
11
- MaxConnectionAge : " 50s "
11
+ MaxConnectionAge : " 0s "
12
12
13
13
# MaxConnectionAgeGrace is a duration for the amount of time after receiving a GoAway
14
14
# for pending RPCs to complete before forcibly closing connections.
15
- MaxConnectionAgeGrace : " 10s "
15
+ MaxConnectionAgeGrace : " 0s "
16
16
17
17
# CertFile is the file containing the TLS certificate.
18
18
CertFile : " "
You can’t perform that action at this time.
0 commit comments