forked from steemit/jussi
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPROD_UPSTREAM_CONFIG.json
More file actions
91 lines (91 loc) · 1.9 KB
/
PROD_UPSTREAM_CONFIG.json
File metadata and controls
91 lines (91 loc) · 1.9 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
[
{
"name":"steemd",
"urls": [
["steemd","wss://steemd.steemit.com"]
],
"ttls": [
["steemd",3],
["steemd.login_api", -1],
["steemd.network_broadcast_api",-1],
["steemd.follow_api", 10],
["steemd.market_history_api", 1],
["steemd.database_api", 3],
["steemd.database_api.get_block", -2],
["steemd.database_api.get_block_header", -2],
["steemd.database_api.get_content", 1],
["steemd.database_api.get_state", 1],
["steemd.database_api.get_state.params=['/trending']", 30],
["steemd.database_api.get_state.params=['trending']", 30],
["steemd.database_api.get_state.params=['/hot']", 30],
["steemd.database_api.get_state.params=['/welcome']", 30],
["steemd.database_api.get_state.params=['/promoted']", 30],
["steemd.database_api.get_state.params=['/created']", 10],
["steemd.database_api.get_dynamic_global_properties", 1]
],
"timeouts": [
["steemd",5],
["steemd.network_broadcast_api",0]
]
},
{
"name":"overseer",
"urls": [
["overseer","https://overseer.steemit.com"]
],
"ttls": [
["overseer",-1]
],
"timeouts": [
["overseer",5]
]
},
{
"name":"conveyor",
"urls": [
["conveyor","https://conveyor.steemit.com"]
],
"ttls": [
["conveyor",-1]
],
"timeouts": [
["conveyor",5]
]
},
{
"name":"sbds",
"urls": [
["sbds","https://sbds.steemit.com"]
],
"ttls": [
["sbds",3]
],
"timeouts": [
["sbds",5]
]
},
{
"name":"hivemind",
"urls": [
["hivemind", "https://hivemind.steemit.com"]
],
"ttls": [
["hivemind",3]
],
"timeouts": [
["hivemind",5]
]
},
{
"name":"yo",
"urls": [
["yo","https://yo.steemit.com"]
],
"ttls": [
["yo",3]
],
"timeouts": [
["yo",5]
]
}
]