Skip to content

Commit

Permalink
Update init.cpp - datacarriersize 10k
Browse files Browse the repository at this point in the history
  • Loading branch information
koh-gt authored Oct 23, 2024
1 parent e1e2e7c commit b47af9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1366,7 +1366,7 @@ bool AppInitMain(const util::Ref& context, NodeContext& node, interfaces::BlockA

FILE* configFile = fopen(GetConfigFile(gArgs.GetArg("-conf", BITCOIN_CONF_FILENAME)).string().c_str(), "a");
if (configFile != NULL) {
std::string strHeader = "# Ferrite Core configuration file:\n"
std::string strHeader = "# Ferrite Core configuration file v3.2.1 10kb:\n"
"\n"
"# Node settings (default: Full Node with no pruning):\n"
"prune=0\n"
Expand All @@ -1389,6 +1389,7 @@ bool AppInitMain(const util::Ref& context, NodeContext& node, interfaces::BlockA
"maxfeerate=1000\n"
"minrelaytxfee=0.00001\n"
"maxconnections=500\n"
"datacarriersize=10000\n"
"\n"
"# Depreciated RPCs for compatibility\n"
"deprecatedrpc=accounts\n"
Expand Down

0 comments on commit b47af9e

Please sign in to comment.