ing
This commit is contained in:
parent
48ee1d1a7d
commit
6d8bc3ab72
11
Gopkg.lock
generated
11
Gopkg.lock
generated
|
@ -52,7 +52,7 @@
|
||||||
branch = "master"
|
branch = "master"
|
||||||
name = "git.loafle.net/overflow/commons-go"
|
name = "git.loafle.net/overflow/commons-go"
|
||||||
packages = ["config/external"]
|
packages = ["config/external"]
|
||||||
revision = "fc4a5e60d0579e7ea1ba316551237143c72b9019"
|
revision = "f64ffa19c31f7b997fdd9d2875f83b0cae176ac2"
|
||||||
|
|
||||||
[[projects]]
|
[[projects]]
|
||||||
branch = "master"
|
branch = "master"
|
||||||
|
@ -244,15 +244,16 @@
|
||||||
"balancer",
|
"balancer",
|
||||||
"balancer/base",
|
"balancer/base",
|
||||||
"balancer/roundrobin",
|
"balancer/roundrobin",
|
||||||
"channelz",
|
|
||||||
"codes",
|
"codes",
|
||||||
"connectivity",
|
"connectivity",
|
||||||
"credentials",
|
"credentials",
|
||||||
"encoding",
|
"encoding",
|
||||||
"encoding/proto",
|
"encoding/proto",
|
||||||
"grpclb/grpc_lb_v1/messages",
|
|
||||||
"grpclog",
|
"grpclog",
|
||||||
"internal",
|
"internal",
|
||||||
|
"internal/backoff",
|
||||||
|
"internal/channelz",
|
||||||
|
"internal/grpcrand",
|
||||||
"keepalive",
|
"keepalive",
|
||||||
"metadata",
|
"metadata",
|
||||||
"naming",
|
"naming",
|
||||||
|
@ -265,8 +266,8 @@
|
||||||
"tap",
|
"tap",
|
||||||
"transport"
|
"transport"
|
||||||
]
|
]
|
||||||
revision = "7a6a684ca69eb4cae85ad0a484f2e531598c047b"
|
revision = "168a6198bcb0ef175f7dacec0b8691fc141dc9b8"
|
||||||
version = "v1.12.2"
|
version = "v1.13.0"
|
||||||
|
|
||||||
[[projects]]
|
[[projects]]
|
||||||
name = "gopkg.in/yaml.v2"
|
name = "gopkg.in/yaml.v2"
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
"concurrency": 262144,
|
"concurrency": 262144,
|
||||||
"keepAlive": 60,
|
"keepAlive": 60,
|
||||||
"handshakeTimeout": 60,
|
"handshakeTimeout": 60,
|
||||||
"maxMessageSize": 8192,
|
"maxMessageSize": 16384,
|
||||||
"readBufferSize": 4096,
|
"readBufferSize": 16384,
|
||||||
"writeBufferSize": 4096,
|
"writeBufferSize": 16384,
|
||||||
"readTimeout": 0,
|
"readTimeout": 0,
|
||||||
"writeTimeout": 0,
|
"writeTimeout": 0,
|
||||||
"pongTimeout": 60,
|
"pongTimeout": 60,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user