@rongcloud/engine 5.6.2-beem.6 → 5.6.2-beem.7
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 +1 -1
- package/index.esm.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -7641,7 +7641,7 @@ declare const CPP_PROTOCAL_MSGTYPE_OPTION: {
|
|
|
7641
7641
|
* 状态消息(不存储,不计数,并且上线后不会拉取离线的状态消息)
|
|
7642
7642
|
*/
|
|
7643
7643
|
declare const STATUS_MESSAGE: string[];
|
|
7644
|
-
declare const REAT_TIME_LOG_SIZE
|
|
7644
|
+
declare const REAT_TIME_LOG_SIZE: number;
|
|
7645
7645
|
declare const DB_LOG_MAX_SIZE = 100000;
|
|
7646
7646
|
declare const DB_LOG_FLUSH_FREQUENCY = 3000;
|
|
7647
7647
|
declare const ONE_LOG_SIZE_MAX = 1000;
|