From 6d8bc3ab72fd07ff140a38c60bc877b249062024 Mon Sep 17 00:00:00 2001 From: crusader Date: Wed, 20 Jun 2018 20:46:49 +0900 Subject: [PATCH] ing --- Gopkg.lock | 11 ++++++----- config.json | 6 +++--- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index 8bc1138..fac8c88 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -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" diff --git a/config.json b/config.json index 21c8ac9..cad0e13 100644 --- a/config.json +++ b/config.json @@ -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,