You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Open-IM-Server/config/openim-crontask.yml

10 lines
505 B

cronExecuteTime: 0 2 * * *
burnCronExecuteTime: "*/1 * * * *" # 可选:仅阅后即焚清理使用;不配置则与 cronExecuteTime 相同
burnClearLimit: 100 # 可选:单次 RPC 批大小,默认 100
burnClearMaxLoop: 100 # 可选:单次定时内最大循环轮数,默认 10000
retainChatRecords: 365
fileExpireTime: 180
deleteObjectType: ["msg-picture","msg-file", "msg-voice","msg-video","msg-video-snapshot","sdklog"]
chatAPI:
address: http://127.0.0.1:10008