We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d22a226 commit e2b2c65Copy full SHA for e2b2c65
QiniuSDK/Storage/QNUploadFileInfoPartV2.m
@@ -137,7 +137,7 @@ - (BOOL)isEmpty{
137
}
138
139
- (BOOL)isValid{
140
- return ![self isEmpty] && self.uploadId && (self.expireAt.integerValue - [[NSDate date] timeIntervalSince1970]) > 6000;
+ return ![self isEmpty] && self.uploadId && (self.expireAt.integerValue - [[NSDate date] timeIntervalSince1970]) > 3600*24;
141
142
143
- (NSArray <NSDictionary *> *)getPartInfoArray{
0 commit comments