feat: msg rpc local cache

This commit is contained in:
withchao
2024-01-17 16:37:26 +08:00
parent 025eb44113
commit c16f17582a
19 changed files with 242 additions and 39 deletions
+7 -2
View File
@@ -529,8 +529,8 @@ prometheus:
messageTransferPrometheusPort: [ ${MSG_TRANSFER_PROM_PORT} ] # List of ports
localCache:
friend:
topic: delete_cache_friend
user:
topic: delete_cache_user
slotNum: 500
slotSize: 20000
@@ -539,6 +539,11 @@ localCache:
slotNum: 500
slotSize: 20000
friend:
topic: delete_cache_friend
slotNum: 500
slotSize: 20000
conversation:
topic: delete_cache_conversation
slotNum: 500