From 2ebe59e0b4331d55fcc85c2d2d84469b9534fc47 Mon Sep 17 00:00:00 2001 From: Bennu Date: Wed, 1 Dec 2021 13:17:31 +0800 Subject: [PATCH] [skip ci] Add comment for milvus.yaml (#12510) Signed-off-by: Bennu --- configs/milvus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/milvus.yaml b/configs/milvus.yaml index 0a00408d53..ee69538854 100644 --- a/configs/milvus.yaml +++ b/configs/milvus.yaml @@ -45,7 +45,7 @@ pulsar: rocksmq: path: /var/lib/milvus/rdb_data # The path where the message is stored in rocksmq rocksmqPageSize: 2147483648 # 2 GB, 2 * 1024 * 1024 * 1024 bytes - retentionTimeInMinutes: 10080 # 7 days, 7 * 24 * 60 minutes + retentionTimeInMinutes: 10080 # 7 days, 7 * 24 * 60 minutes, The retention time of the message in rocksmq. retentionSizeInMB: 8192 # 8 GB, 8 * 1024 MB # Related configuration of rootCoord, used to handle data definition language (DDL) and data control language (DCL) requests