markusthoemmes commented on a change in pull request #3104: Add TID stride
configuration
URL:
https://github.com/apache/incubator-openwhisk/pull/3104#discussion_r160877861
##########
File path: common/scala/src/main/resources/application.conf
##########
@@ -82,4 +82,7 @@ whisk {
activations-ddoc = "whisks.v2"
activations-filter-ddoc = "whisks-filters.v2"
}
+
+ controller {
Review comment:
To add to dave's comment, if you want to get rid of the `Option` in the code
itself you can do this:
```
whisk {
transactions {
strides = 1
strides = ${?CONTROLLER_INSTANCES}
}
}
```
----------------------------------------------------------------
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