Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Commit bd8f1c3

Browse files
author
Bennu
authored
change configuration for gc (#282)
Signed-off-by: Bennu <yunmei.li@zilliz.com>
1 parent f7c5b60 commit bd8f1c3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/milvus/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: milvus
33
appVersion: "2.0.0-pre-ga"
44
kubeVersion: "^1.10.0-0"
55
description: Milvus is an open-source vector database built to power AI applications and vector similarity search.
6-
version: 2.4.20
6+
version: 2.4.21
77
keywords:
88
- milvus
99
- elastic

charts/milvus/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,8 @@ dataCoordinator:
347347

348348
gc:
349349
interval: 60 # gc interval in seconds
350-
missingTolerance: 60 # file meta missing tolerance duration in seconds, 1 day
351-
dropTolerance: 60 # file belongs to dropped entity tolerance duration in seconds, 1 day
350+
missingTolerance: 3600 # file meta missing tolerance duration in seconds, 1 day
351+
dropTolerance: 3600 # file belongs to dropped entity tolerance duration in seconds, 1 day
352352

353353

354354
service:

0 commit comments

Comments
 (0)