probe_gateway_rpc/config.json

31 lines
636 B
JSON
Raw Permalink Normal View History

2018-04-12 12:07:02 +00:00
{
"serverHandler": {
2018-06-07 05:29:16 +00:00
"name": "Gateway Probe RPC",
2018-04-12 12:07:02 +00:00
"network": "tcp4",
2018-06-14 07:17:03 +00:00
"address": ":19100",
2018-04-12 12:07:02 +00:00
"concurrency": 262144,
"keepAlive": 60,
"handshakeTimeout": 60,
"maxMessageSize": 8192,
2018-07-02 07:48:03 +00:00
"readBufferSize": 8192,
"writeBufferSize": 8192,
2018-04-12 12:07:02 +00:00
"readTimeout": 0,
"writeTimeout": 0,
"pongTimeout": 60,
"pingTimeout": 10,
2018-04-13 07:12:44 +00:00
"pingPeriod": 9,
2018-06-30 17:43:56 +00:00
"enableCompression": false,
2018-07-02 07:47:00 +00:00
"compressionThreshold": 4096
2018-04-12 12:07:02 +00:00
},
"external": {
"grpc": {
"network": "tcp4",
2018-06-14 07:17:03 +00:00
"address": "192.168.1.101:9111"
2018-04-12 12:07:02 +00:00
},
"redis": {
"network": "tcp4",
2018-04-27 03:42:57 +00:00
"address": "192.168.1.50:6379"
2018-04-12 12:07:02 +00:00
}
}
}