dependencies: Set downloading retry parameters in konan.properties
This commit is contained in:
@@ -20,6 +20,10 @@ dependenciesUrl = http://download.jetbrains.com/kotlin/native
|
||||
# Don't check dependencies on a server.
|
||||
# If true, dependency downloader will throw an exception if a dependency isn't found in konan.home.
|
||||
airplaneMode = false
|
||||
|
||||
downloadingAttempts = 10
|
||||
downloadingAttemptPauseMs = 3000
|
||||
|
||||
llvmDebugOptFlags = -O0
|
||||
|
||||
# Mac OS X.
|
||||
|
||||
Reference in New Issue
Block a user