mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-17 07:19:02 +08:00
feat: local cache
This commit is contained in:
@@ -530,6 +530,16 @@ prometheus:
|
||||
|
||||
localCache:
|
||||
friend:
|
||||
topic: friend
|
||||
topic: delete_cache_friend
|
||||
slotNum: 500
|
||||
slotSize: 20000
|
||||
|
||||
group:
|
||||
topic: delete_cache_group
|
||||
slotNum: 500
|
||||
slotSize: 20000
|
||||
|
||||
conversation:
|
||||
topic: delete_cache_conversation
|
||||
slotNum: 500
|
||||
slotSize: 20000
|
||||
Reference in New Issue
Block a user