Commit 804d362e authored by jz's avatar jz

修改埋点库 存储 50 -> 10

parent a1c3c59c
......@@ -31,7 +31,7 @@ static NSString *sdkVersion = @"2.0.5";
#define PhobosCacheKey @"PhobosCacheKey" //old 存放持久化埋点数据的key
#define PhobosTempCacheKey @"PhobosTempCacheKey" //old 临时存放待发送埋点数据的key
#define PhobosShardCount 50 //收集数据分段发送的个数
#define PhobosShardCount 10 //收集数据分段发送的个数
#define PhobosMaxSendCount 100 // 最大发送数量
#define PhobosSafeString(string) (string ?: @"")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment