localcache

This commit is contained in:
withchao
2024-01-10 12:01:55 +08:00
parent 03e15766ab
commit c16cd0bf7c
3 changed files with 13 additions and 7 deletions
-7
View File
@@ -110,10 +110,3 @@ func InitConfig(configFolderPath string) error {
return initConfig(&Config.Notification, NotificationFileName, configFolderPath)
}
// todo test
func init() {
Config.LocalCache.Friend.Topic = "friend"
Config.LocalCache.Friend.SlotNum = 500
Config.LocalCache.Friend.SlotSize = 20000
}