SugandhaAgrawal commented on a change in pull request #4388: Adapt limit to
query db view as per couch db change
URL:
https://github.com/apache/incubator-openwhisk/pull/4388#discussion_r268213433
##########
File path:
core/invoker/src/main/scala/org/apache/openwhisk/core/invoker/NamespaceBlacklist.scala
##########
@@ -38,6 +38,9 @@ class NamespaceBlacklist(authStore: AuthStore) {
private var blacklist: Set[String] = Set.empty
+ // Enforced by couchdb, max limit value for db view query
+ private var couchdb_limit: Int = 268435456
Review comment:
Fair point!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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