diff --git a/documentation/en/default-lotus-config.toml b/documentation/en/default-lotus-config.toml index 82ee6162284..41bc082da38 100644 --- a/documentation/en/default-lotus-config.toml +++ b/documentation/en/default-lotus-config.toml @@ -219,15 +219,6 @@ # env var: LOTUS_CHAINSTORE_SPLITSTORE_HOTSTOREMAXSPACESAFETYBUFFER #HotstoreMaxSpaceSafetyBuffer = 50000000000 - # Perform a full warmup from the coldstore to the hotstore upon splitstore startup. - # This is useful in the case you are migrating from a non-splitstore setup to splitstore. - # This should be false in the common case where a node is initialized from a snapshot - # since snapshots are loaded directly to the hotstore. - # - # type: bool - # env var: LOTUS_CHAINSTORE_SPLITSTORE_FULLWARMUP - #FullWarmup = false - [Fevm] # EnableEthRPC enables eth_ RPC methods.