@rongcloud/imlib-next 5.6.1-beem-alpha.1 → 5.6.1-beem-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -201,6 +201,10 @@ declare type IInitOption = {
201
201
  * @deprecated
202
202
  */
203
203
  __reportLogLevel?: EnableLogL;
204
+ /**
205
+ * IndexDB 数据库内的日志有效期,单位为小时,默认 IndexDB 内日志数据有效期 72 小时,有效值为 `24` - `168`
206
+ */
207
+ logExpireTime?: number;
204
208
  };
205
209
  /**
206
210
  * 用户收到的消息结构