overflow_service_websocket/config.json

26 lines
458 B
JSON
Raw Normal View History

2017-07-14 03:20:37 +00:00
{
2017-07-14 11:18:07 +00:00
"server": {
"ip": "localhost",
"port": 18081,
"tls": false
},
2017-07-14 03:20:37 +00:00
"websocket": {
"writeTimeout": 0,
"readTimeout": 0,
"pongTimeout": 60,
"pingTimeout": 10,
"maxMessageSize": 1024,
"readBufferSize": 4096,
"writeBufferSize": 4096
},
"gRpc": {
2017-07-14 11:18:07 +00:00
"ip": "localhost",
"port": 50006,
2017-07-14 03:20:37 +00:00
"tls": false,
"pool": {
"initialCapacity": 30,
"maxCapacity": 100,
"increaseCapacity": 10
}
}
}