From 22c00c411e4fdcc118cb6bf2288a407f4ccd0645 Mon Sep 17 00:00:00 2001 From: withchao <993506633@qq.com> Date: Wed, 10 Jan 2024 10:32:18 +0800 Subject: [PATCH] fix: mongo --- deployments/templates/openim.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/deployments/templates/openim.yaml b/deployments/templates/openim.yaml index 7f33fa015..99b83a27d 100644 --- a/deployments/templates/openim.yaml +++ b/deployments/templates/openim.yaml @@ -518,11 +518,4 @@ prometheus: conversationPrometheusPort: [ ${ CONVERSATION_PROM_PORT } ] rtcPrometheusPort: [ ${ RTC_PROM_PORT } ] thirdPrometheusPort: [ ${ THIRD_PROM_PORT } ] - messageTransferPrometheusPort: [ ${ MSG_TRANSFER_PROM_PORT } ] # List of ports - -localCache: - friend: - topic: "friend" - slotNum: 500 - slotSize: 20000 - + messageTransferPrometheusPort: [ ${ MSG_TRANSFER_PROM_PORT } ] # List of ports \ No newline at end of file