msg cache

This commit is contained in:
wangchuxiao
2022-05-24 17:22:17 +08:00
parent 9dfef527a3
commit c32b53b3c0
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -218,6 +218,7 @@ type config struct {
MultiLoginPolicy int `yaml:"multiloginpolicy"`
ChatPersistenceMysql bool `yaml:"chatpersistencemysql"`
ReliableStorage bool `yaml:"reliablestorage"`
MsgCacheTimeout int `yaml:"msgCacheTimeout"`
TokenPolicy struct {
AccessSecret string `yaml:"accessSecret"`