mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-08 13:37:13 +08:00
refactor: cron task
Signed-off-by: rfyiamcool <rfyiamcool@163.com>
This commit is contained in:
parent
8442af889a
commit
30cf97a5a5
@ -232,6 +232,7 @@ type configStruct struct {
|
|||||||
ChatRecordsClearTime string `yaml:"chatRecordsClearTime"`
|
ChatRecordsClearTime string `yaml:"chatRecordsClearTime"`
|
||||||
MsgDestructTime string `yaml:"msgDestructTime"`
|
MsgDestructTime string `yaml:"msgDestructTime"`
|
||||||
Secret string `yaml:"secret"`
|
Secret string `yaml:"secret"`
|
||||||
|
EnableCronLocker bool `yaml:"enableCronLocker"`
|
||||||
TokenPolicy struct {
|
TokenPolicy struct {
|
||||||
Expire int64 `yaml:"expire"`
|
Expire int64 `yaml:"expire"`
|
||||||
} `yaml:"tokenPolicy"`
|
} `yaml:"tokenPolicy"`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user