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