-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathtst_graph_node_transmitter.json
41 lines (41 loc) · 1.2 KB
/
tst_graph_node_transmitter.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"nodeConfig": {
"tag": "TstGraphNodeConfig",
"graphServiceConfig": {
"dbConfig": {
"stopOnDatabaseError": true,
"tag": "DBConfig",
"dbOptions": {
"errorIfExists": false,
"createIfMissing": true
},
"dbModelName": "graph_node_transmitter.dbm",
"useDatabase": true,
"useEnqHomeDir": true
},
"graphWindowConfig": {
"tag": "GraphWindowConfig",
"shrinkingEnabled": false,
"windowSize": 100,
"shrinkingDelay": 1000000
},
"tag": "GraphServiceConfig",
"rpcSynco": null
},
"nodePorts": {
"tag": "NodePorts",
"nodeRpcPort": 6050,
"nodeUdpPort": 4050,
"nodeTcpPort": 5050
}
},
"node": "TstGraphNode",
"loggerConfig": {
"logFilePath": "/tmp/log/tst_graph_node_transmitter.log",
"format": "$prio $loggername: $msg",
"logToFile": true,
"logToConsole": true,
"level": "Debug"
},
"nodeScenario": "GN"
}