소스 검색

1.修改iOS Apex Drivers注释测试用上传配置。

Pen Li 7 년 전
부모
커밋
b78fbd69cc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Redant Drivers/Apex And Drivers/AppDelegate.m

+ 2 - 2
Redant Drivers/Apex And Drivers/AppDelegate.m

@@ -228,8 +228,8 @@
             
             configure.autoRemoveFinish = YES;
 
-            configure.retryCount = 1;
-            configure.retryTimeIntetval = 10;
+//            configure.retryCount = 1;
+//            configure.retryTimeIntetval = 10;
         }];
         self.uploadManager = [RAUploadManager sharedManager];
     }