Skip to content

Commit 6bd1c4d

Browse files
committed
Nimbus archive node reindexes
1 parent 0f120f3 commit 6bd1c4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nimbus/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ __log_level="--log-level=${LOG_LEVEL^^}"
136136
case "${NODE_TYPE}" in
137137
archive)
138138
echo "Nimbus archive node without history pruning"
139-
__prune="--history=archive"
139+
__prune="--history=archive --reindex"
140140
;;
141141
full)
142142
__prune=""

0 commit comments

Comments
 (0)