Skip to content

Commit 4d1af56

Browse files
committed
docker: forced enable BLOCK_INGESTOR for combined nodes
1 parent 56db982 commit 4d1af56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/start

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ start_index_node() {
9090
}
9191

9292
start_combined_node() {
93+
# No valid reason to disable the block ingestor in this case.
94+
export DISABLE_BLOCK_INGESTOR=false
9395
run_graph_node
9496
}
9597

0 commit comments

Comments
 (0)