|
|
@@ -227,9 +227,10 @@
|
|
|
[RAUploadManager configureUploadManager:^(RAUPloadManagerConfigure *configure) {
|
|
|
|
|
|
configure.autoRemoveFinish = YES;
|
|
|
- configure.retryCount = 10;
|
|
|
+ configure.retryCount = 1;
|
|
|
+ configure.retryTimeIntetval = 10;
|
|
|
}];
|
|
|
- self.uploadManager=[[RAUploadManager alloc] init];
|
|
|
+ self.uploadManager = [RAUploadManager sharedManager];
|
|
|
}
|
|
|
[UIApplication sharedApplication].applicationIconBadgeNumber = 0;
|
|
|
|