probe_gateway_rpc/config.json
crusader 1f10d04b05 ing
2018-07-02 16:48:03 +09:00

31 lines
636 B
JSON

{
"serverHandler": {
"name": "Gateway Probe RPC",
"network": "tcp4",
"address": ":19100",
"concurrency": 262144,
"keepAlive": 60,
"handshakeTimeout": 60,
"maxMessageSize": 8192,
"readBufferSize": 8192,
"writeBufferSize": 8192,
"readTimeout": 0,
"writeTimeout": 0,
"pongTimeout": 60,
"pingTimeout": 10,
"pingPeriod": 9,
"enableCompression": false,
"compressionThreshold": 4096
},
"external": {
"grpc": {
"network": "tcp4",
"address": "192.168.1.101:9111"
},
"redis": {
"network": "tcp4",
"address": "192.168.1.50:6379"
}
}
}