File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ services:
68
68
INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH : ${INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH:-}
69
69
PM2_INSTANCES : ${PM2_INSTANCES:-2}
70
70
LOOP_NODE_MAX_COUNT : ${LOOP_NODE_MAX_COUNT:-100}
71
- MAX_TOOLS_NUM : ${MAX_TOOLS_NUM:10}
71
+ MAX_TOOLS_NUM : ${MAX_TOOLS_NUM:- 10}
72
72
73
73
# The postgres database.
74
74
db :
Original file line number Diff line number Diff line change @@ -486,7 +486,7 @@ services:
486
486
INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH : ${INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH:-}
487
487
PM2_INSTANCES : ${PM2_INSTANCES:-2}
488
488
LOOP_NODE_MAX_COUNT : ${LOOP_NODE_MAX_COUNT:-100}
489
- MAX_TOOLS_NUM : ${MAX_TOOLS_NUM:10}
489
+ MAX_TOOLS_NUM : ${MAX_TOOLS_NUM:- 10}
490
490
491
491
# The postgres database.
492
492
db :
You can’t perform that action at this time.
0 commit comments