markusthoemmes commented on a change in pull request #3789: Refactoring the
load balancer with an overflow queue to reduce activation waiting time
URL:
https://github.com/apache/incubator-openwhisk/pull/3789#discussion_r197612280
##########
File path: gradle/docker.gradle
##########
@@ -42,7 +42,7 @@ ext {
dockerRegistry = project.hasProperty('dockerRegistry') ? dockerRegistry +
'/' : ''
dockerImageTag = project.hasProperty('dockerImageTag') ? dockerImageTag :
'latest'
dockerImagePrefix = project.hasProperty('dockerImagePrefix') ?
dockerImagePrefix : 'whisk'
- dockerTimeout = project.hasProperty('dockerTimeout') ?
dockerTimeout.toInteger() : 840
+ dockerTimeout = project.hasProperty('dockerTimeout') ?
dockerTimeout.toInteger() : 8400
Review comment:
You can provide this value for you locally, if your network is really super
bad. No need to change the default imo.
`gradle -PdockerTimeout=8400 distDocker` for example.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services