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