21 lines
381 B
JSON
21 lines
381 B
JSON
|
{
|
||
|
"websocket": {
|
||
|
"writeTimeout": 0,
|
||
|
"readTimeout": 0,
|
||
|
"pongTimeout": 60,
|
||
|
"pingTimeout": 10,
|
||
|
"maxMessageSize": 1024,
|
||
|
"readBufferSize": 4096,
|
||
|
"writeBufferSize": 4096
|
||
|
},
|
||
|
"gRpc": {
|
||
|
"host": "localhost",
|
||
|
"port": 8000,
|
||
|
"tls": false,
|
||
|
"pool": {
|
||
|
"initialCapacity": 30,
|
||
|
"maxCapacity": 100,
|
||
|
"increaseCapacity": 10
|
||
|
}
|
||
|
}
|
||
|
}
|