fixed max message size
This commit is contained in:
parent
7bafdde6c9
commit
301bddd52a
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user