This commit is contained in:
crusader 2018-07-02 16:49:14 +09:00
parent 8436eb6f61
commit 4b06184f70
2 changed files with 4 additions and 4 deletions

2
Gopkg.lock generated
View File

@ -48,7 +48,7 @@
"core/util",
"model/data"
]
revision = "7e2ff26648aefbafaee2ca28c1a958332ae4c6f9"
revision = "54725b74e13a501d7a13a76a82c294769729748d"
[[projects]]
branch = "master"

View File

@ -7,15 +7,15 @@
"keepAlive": 60,
"handshakeTimeout": 60,
"maxMessageSize": 8192,
"readBufferSize": 4096,
"writeBufferSize": 4096,
"readBufferSize": 8192,
"writeBufferSize": 8192,
"readTimeout": 0,
"writeTimeout": 0,
"pongTimeout": 60,
"pingTimeout": 10,
"pingPeriod": 9,
"enableCompression": false,
"compressionThreshold": 8192
"compressionThreshold": 4096
},
"external": {
"grpc": {