Procházet zdrojové kódy

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

Pen Li před 7 roky
rodič
revize
b78fbd69cc
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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];
     }