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

Commit cab59ab

Browse files
authored
Update maxTtDelay in helm (#381)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com> Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
1 parent 9eff679 commit cab59ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1.4"
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: 3.2.12
6+
version: 3.2.13
77
keywords:
88
- milvus
99
- elastic

charts/milvus/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ quotaAndLimits:
224224
# maxTimeTickDelay indicates the backpressure for DML Operations.
225225
# DML rates would be reduced according to the ratio of time tick delay to maxTimeTickDelay,
226226
# if time tick delay is greater than maxTimeTickDelay, all DML requests would be rejected.
227-
maxTimeTickDelay: 30 # in seconds
227+
maxTimeTickDelay: 300 # in seconds
228228
memProtection:
229229
enabled: true
230230
# When memory usage > memoryHighWaterLevel, all dml requests would be rejected;

0 commit comments

Comments
 (0)