We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56db982 commit 4d1af56Copy full SHA for 4d1af56
1 file changed
docker/start
@@ -90,6 +90,8 @@ start_index_node() {
90
}
91
92
start_combined_node() {
93
+ # No valid reason to disable the block ingestor in this case.
94
+ export DISABLE_BLOCK_INGESTOR=false
95
run_graph_node
96
97
0 commit comments