@rongcloud/engine 5.6.2-beem-alpha.3 → 5.6.2-beem.1

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
@@ -4396,7 +4396,7 @@ declare class IndexDBReporter extends BasicReporter {
4396
4396
  * 初始化 DB 模块,按 APPKEY 分库,后续需要将日志与业务数据库也分开
4397
4397
  * @param appkey
4398
4398
  * @param logger
4399
- * @param expireTime 日志有效期,单位 `h`,默认为 `72h`
4399
+ * @param expireTime 日志有效期,单位 `h`,默认为 `168h`
4400
4400
  */
4401
4401
  declare const initLogDB: (appkey: string, logger: ILogger, expireTime?: number) => void;
4402
4402
  /**
@@ -5104,7 +5104,7 @@ interface IAPIContextOption {
5104
5104
  */
5105
5105
  __reportLogLevel?: EnableLogL;
5106
5106
  /**
5107
- * IndexDB 数据库内的日志有效期,单位为小时,默认 IndexDB 内日志数据有效期 72 小时,有效值为 `24` - `168`
5107
+ * IndexDB 数据库内的日志有效期,单位为小时,有效值为 `24` - `168`,默认 IndexDB 内日志数据有效期 168 小时
5108
5108
  */
5109
5109
  logExpireTime?: number;
5110
5110
  }