Change default desktop config.json to reduce load on slow PCs (#1247)

This commit is contained in:
SergiySW 2018-10-01 16:48:30 +03:00 committed by Roy Keene
commit e5c2b66959

View file

@ -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;