fixed max message size

This commit is contained in:
snoop 2017-08-23 11:44:40 +09:00
parent 7bafdde6c9
commit 301bddd52a

View File

@ -8,12 +8,12 @@
"readTimeout": 0, "readTimeout": 0,
"pongTimeout": 60, "pongTimeout": 60,
"pingTimeout": 10, "pingTimeout": 10,
"maxMessageSize": 1024, "maxMessageSize": 8192,
"readBufferSize": 4096, "readBufferSize": 4096,
"writeBufferSize": 4096 "writeBufferSize": 4096
}, },
"gRpc": { "gRpc": {
"addr": "192.168.1.101:50006", "addr": "127.0.0.1:13233",
"tls": false, "tls": false,
"pool": { "pool": {
"initialCapacity": 30, "initialCapacity": 30,