You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LogPrintf("Configured for header-trimming mode. This will reduce memory usage substantially, but we will be unable to serve as a full P2P peer, and certain header fields may be missing from JSON RPC output.\n");
1015
+
LogPrintf("Configured for header-trimming mode. This will reduce memory usage substantially, but will increase IO usage when the headers need to be temporarily untrimmed.\n");
1016
1016
node::fTrimHeaders = true;
1017
1017
// This calculation is driven by GetValidFedpegScripts in pegins.cpp, which walks the chain
1018
1018
// back to current epoch start, and then an additional total_valid_epochs on top of that.
1019
1019
// We add one epoch here for the current partial epoch, and then another one for good luck.
0 commit comments