Skip to content

Commit cc3dff9

Browse files
committed
Nimbus archive node reindexes
1 parent bbf5bdf commit cc3dff9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

nimbus/docker-entrypoint.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ fi
134134
__log_level="--log-level=${LOG_LEVEL^^}"
135135

136136
case "${NODE_TYPE}" in
137-
archive)
138-
echo "Nimbus archive node without history pruning"
139-
__prune="--history=archive"
137+
archive|blob-archive)
138+
echo "Nimbus archive node without history or blob pruning."
139+
__prune="--history=archive --reindex"
140140
;;
141141
full)
142142
__prune=""

0 commit comments

Comments
 (0)