in azure-storage-common/src/main/kotlin/jetbrains/buildServer/serverSide/artifacts/azure/AzureUtils.kt [48:51]
fun getWriteConcurrentRequestCount(): Int {
val defaultThreadCount = Runtime.getRuntime().availableProcessors()
return TeamCityProperties.getInteger(AzureConstants.WRITE_CONCURRENT_REQUEST_COUNT_PROPERTY, defaultThreadCount)
}