dependencies: Set downloading retry parameters in konan.properties

This commit is contained in:
Ilya Matveev
2017-08-15 18:19:47 +07:00
committed by ilmat192
parent 0ae5df4cfb
commit 266047118e
5 changed files with 37 additions and 16 deletions
+4
View File
@@ -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.