File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -646,6 +646,8 @@ Uploaded Alamofire.dSYM to: Alamofire/iOS/Alamofire.framework.dSYM-4.3.0.zip
646
646
```
647
647
648
648
If a local cache is specified in your ` Romefile ` and you wish to ignore it pass ` --skip-local-cache ` on the command line.
649
+ If you are on a fast Internet connection you can use the ` --concurrently ` flag to maximise concurrency for the operation
650
+ and maximise bandwith use. Using the --concurrently` flag should result in a x3 speedup.
649
651
650
652
### Downloading
651
653
@@ -679,6 +681,8 @@ Downloaded Alamofire.dSYM from: Alamofire/watchOS/Alamofire.framework.dSYM-4.3.0
679
681
```
680
682
681
683
If a local cache is specified in your ` Romefile ` and you wish to ignore it pass ` --skip-local-cache ` on the command line.
684
+ If you are on a fast Internet connection you can use the ` --concurrently ` flag to maximise concurrency for the operation
685
+ and maximise bandwith use. Using the --concurrently` flag should result in a x3 speedup.
682
686
683
687
### Listing
684
688
You can’t perform that action at this time.
0 commit comments