This repository was archived by the owner on Aug 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: milvus
33appVersion : " 2.0.0-pre-ga"
44kubeVersion : " ^1.10.0-0"
55description : 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
77keywords :
88 - milvus
99 - elastic
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments