Commit e13e607f authored by 乔金柱's avatar 乔金柱

Merge branch 'jz/master' into 'master'

Jz/master

See merge request !74
parents 03a1111c 804d362e
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = "GMPhobos" s.name = "GMPhobos"
s.version = "3.0.2" s.version = "3.0.3"
s.summary = "GM statistic data sdk" s.summary = "GM statistic data sdk"
s.description = <<-DESC s.description = <<-DESC
......
...@@ -31,7 +31,7 @@ static NSString *sdkVersion = @"2.0.5"; ...@@ -31,7 +31,7 @@ static NSString *sdkVersion = @"2.0.5";
#define PhobosCacheKey @"PhobosCacheKey" //old 存放持久化埋点数据的key #define PhobosCacheKey @"PhobosCacheKey" //old 存放持久化埋点数据的key
#define PhobosTempCacheKey @"PhobosTempCacheKey" //old 临时存放待发送埋点数据的key #define PhobosTempCacheKey @"PhobosTempCacheKey" //old 临时存放待发送埋点数据的key
#define PhobosShardCount 50 //收集数据分段发送的个数 #define PhobosShardCount 10 //收集数据分段发送的个数
#define PhobosMaxSendCount 100 // 最大发送数量 #define PhobosMaxSendCount 100 // 最大发送数量
#define PhobosSafeString(string) (string ?: @"") #define PhobosSafeString(string) (string ?: @"")
......
This diff is collapsed.
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