Created
June 18, 2020 14:31
-
-
Save maiyude2018/18185f868aae4a19b5f10430eea218e6 to your computer and use it in GitHub Desktop.
jussi_config.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"limits": | |
{ | |
"accounts_blacklist": [ | |
"breakthelimit", | |
"notahotdog", | |
"notachickensalad", | |
"notapastry", | |
"notabaguette", | |
"notasandwich", | |
"notahamburger" | |
] | |
}, | |
"upstreams": | |
[ { | |
"name": "steemd", | |
"translate_to_appbase": true, | |
"urls": [ | |
["steemd", "https://api.steemit.com"] | |
], | |
"ttls": [ | |
["steemd", 3] | |
], | |
"timeouts": [ | |
["steemd", 3] | |
] | |
}, | |
{ | |
"name":"appbase", | |
"urls": [ | |
["appbase", "https://api.steemit.com"], | |
["appbase.condenser_api", "https://api.steemitdev.com"], | |
["appbase.overseer", "https://api.steemitdev.com"], | |
["appbase.tags_api", "https://api.steemitdev.com"], | |
["appbase.follow_api", "https://api.steemitdev.com"], | |
["appbase.condenser_api.get_discussions_by_blog", "https://api.steemitdev.com"], | |
["appbase.condenser_api.get_state", "https://api.steemitdev.com"], | |
["appbase.condenser_api.get_follow_count", "https://api.steemitdev.com"], | |
["appbase.condenser_api.get_followers", "https://api.steemitdev.com"], | |
["appbase.condenser_api.get_following", "https://api.steemitdev.com"], | |
["appbase.account_by_key_api", "https://api.steemit.com"], | |
["appbase.database_api", "https://api.steemitdev.com"], | |
["appbase.block_api", "https://api.steemit.com"], | |
["appbase.rc_api", "https://api.steemit.com"], | |
["appbase.network_broadcast_api", "https://api.steemit.com"], | |
["appbase.market_history_ap", "https://api.steemit.com"] | |
], | |
"ttls": [ | |
["appbase",3], | |
["appbase.login_api", -1], | |
["appbase.network_broadcast_api",-1], | |
["appbase.follow_api", 10], | |
["appbase.market_history_api", 1], | |
["appbase.condenser_api", 3], | |
["appbase.condenser_api.get_block", -2], | |
["appbase.condenser_api.get_block_header", -2], | |
["appbase.condenser_api.get_content", 1], | |
["appbase.condenser_api.get_state", 1], | |
["appbase.condenser_api.get_state.params=['/trending']", 30], | |
["appbase.condenser_api.get_state.params=['trending']", 30], | |
["appbase.condenser_api.get_state.params=['/hot']", 30], | |
["appbase.condenser_api.get_state.params=['/welcome']", 30], | |
["appbase.condenser_api.get_state.params=['/promoted']", 30], | |
["appbase.condenser_api.get_state.params=['/created']", 10], | |
["appbase.condenser_api.get_dynamic_global_properties", 1] | |
], | |
"timeouts": [ | |
["appbase",3], | |
["appbase.network_broadcast_api",0], | |
["appbase.chain_api.push_block",0], | |
["appbase.chain_api.push_transaction",0], | |
["appbase.condenser_api.broadcast_block",0], | |
["appbase.condenser_api.broadcast_transaction",0], | |
["appbase.condenser_api.broadcast_transaction_synchronous",0], | |
["appbase.condenser_api.get_account_votes",20], | |
["appbase.condenser_api.get_ops_in_block.params=[2889020,false]",20], | |
["appbase.account_history_api.get_ops_in_block.params={\"block_num\":2889020,\"only_virtual\":false}",20] | |
] | |
}, | |
{ | |
"name":"overseer", | |
"urls": [ | |
["overseer","https://overseer.steemitdev.com"] | |
], | |
"ttls": [ | |
["overseer",-1] | |
], | |
"timeouts": [ | |
["overseer",5] | |
] | |
}, | |
{ | |
"name":"bridge", | |
"urls": [ | |
["bridge","https://hivemind.steemitdev.com"] | |
], | |
"ttls": [ | |
["bridge",-1] | |
], | |
"timeouts": [ | |
["bridge",30] | |
] | |
}, | |
{ | |
"name":"hive", | |
"urls": [ | |
["hive","https://hivemind.steemitdev.com"] | |
], | |
"ttls": [ | |
["hive",-1] | |
], | |
"timeouts": [ | |
["hive",30] | |
] | |
}, | |
{ | |
"name":"gatekeeper", | |
"urls": [ | |
["gatekeeper","https://gatekeeper.steemitdev.com"] | |
], | |
"ttls": [ | |
["gatekeeper",-1] | |
], | |
"timeouts": [ | |
["gatekeeper",5] | |
] | |
}, | |
{ | |
"name":"kingdom", | |
"urls": [ | |
["kingdom","https://kingdom.steemitdev.com"] | |
], | |
"ttls": [ | |
["kingdom",-1] | |
], | |
"timeouts": [ | |
["kingdom",30] | |
] | |
}, | |
{ | |
"name":"conveyor", | |
"urls": [ | |
["conveyor","https://conveyor.steemitdev.com"] | |
], | |
"ttls": [ | |
["conveyor",-1], | |
["conveyor.get_prices",1] | |
], | |
"timeouts": [ | |
["conveyor",5] | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment