Change default desktop config.json to reduce load on slow PCs (#1247)
This commit is contained in:
parent
42b2a0ff8c
commit
e5c2b66959
1 changed files with 2 additions and 0 deletions
|
@ -123,6 +123,8 @@ public:
|
|||
tree_a.put ("wallet", wallet_string);
|
||||
tree_a.put ("account", account.to_account ());
|
||||
boost::property_tree::ptree node_l;
|
||||
node.enable_voting = false;
|
||||
node.bootstrap_connections_max = 4;
|
||||
node.serialize_json (node_l);
|
||||
tree_a.add_child ("node", node_l);
|
||||
boost::property_tree::ptree rpc_l;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue