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
Copy file name to clipboardExpand all lines: default.env
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -258,6 +258,9 @@ EL_NODE_TYPE=pre-merge-expiry
258
258
# empty or "false" disables it, and any other string is assumed to be
259
259
# exact parameters for Reth's "download" function
260
260
RETH_SNAPSHOT=
261
+
# Nethermind FlatDB. Possible values empty (don't use FlatDB), flat, or flatintrie, see https://github.com/NethermindEth/nethermind/releases/tag/1.37.0
262
+
# FlatDB cannot be used with an archive node.
263
+
NETHERMIND_FLATDB=
261
264
# EraE URL, see https://github.com/eth-clients/e2store-format-specs/ and https://ethpandaops.io/data/history/
262
265
# If this URL is provided, an EL that supports EraE import will use it when fresh syncing
echo"Unknown value ${NM_FLATDB} for \"NETHERMIND_FLATDB\". Continuing without FlatDB."
102
+
;;
103
+
esac
104
+
fi
105
+
106
+
if [[ !"${NETWORK}"=~ ^https?:// &&"${NODE_TYPE}"!="archive"&&-z"${__flat}" ]];then# Only configure prune parameters for named networks, non-archive and HalfPath DB
0 commit comments