Skip to content

Commit 61012c4

Browse files
committed
fix: lint
1 parent 5b38783 commit 61012c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/docker-compose-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ services:
6868
INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH: ${INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH:-}
6969
PM2_INSTANCES: ${PM2_INSTANCES:-2}
7070
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}
7272

7373
# The postgres database.
7474
db:

docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ services:
486486
INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH: ${INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH:-}
487487
PM2_INSTANCES: ${PM2_INSTANCES:-2}
488488
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}
490490

491491
# The postgres database.
492492
db:

0 commit comments

Comments
 (0)