member_gateway_rpc/config.json

20 lines
421 B
JSON
Raw Normal View History

2018-04-06 13:01:28 +00:00
{
2018-04-09 12:55:27 +00:00
"serverHandler": {
2018-04-06 13:01:28 +00:00
"name": "Gateway WebApp",
"network": "tcp4",
2018-04-10 03:58:53 +00:00
"address": "127.0.0.1:19090",
2018-04-09 13:08:22 +00:00
"concurrency": 262144,
"keepAlive": 60,
"handshakeTimeout": 60,
2018-04-09 12:55:27 +00:00
"maxMessageSize": 8192,
"readBufferSize": 1024,
"writeBufferSize": 1024,
"readTimeout": 0,
"writeTimeout": 0,
"pongTimeout": 60,
"pingTimeout": 10,
"pingPeriod": 10,
2018-04-06 13:01:28 +00:00
"enableCompression": false
}
}