Ahmed-elsayed-mahmoud 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_r197611557
##########
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:
I added this because my network is not good and during the installation, it
times out very quick. Therefore, I increased the timeout interval.
----------------------------------------------------------------
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