concurrent consumption of messages

This commit is contained in:
Gordon
2022-05-19 12:25:46 +08:00
parent 4f165f3b27
commit ee0a71de1b
5 changed files with 151 additions and 18 deletions
+2 -1
View File
@@ -209,7 +209,8 @@ type config struct {
}
Secret string `yaml:"secret"`
MultiLoginPolicy int `yaml:"multiloginpolicy"`
ChatPersistenceMysql bool `yaml:"chatPersistenceMysql"`
ChatPersistenceMysql bool `yaml:"chatpersistencemysql"`
ReliableStorage bool `yaml:"reliablestorage"`
TokenPolicy struct {
AccessSecret string `yaml:"accessSecret"`