You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/03/25 16:41:47 UTC

[GitHub] [incubator-openwhisk] rabbah commented on a change in pull request #4388: Adapt limit to query db view as per couch db change

rabbah 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_r268739968
 
 

 ##########
 File path: core/invoker/src/main/scala/org/apache/openwhisk/core/invoker/NamespaceBlacklist.scala
 ##########
 @@ -47,14 +47,15 @@ class NamespaceBlacklist(authStore: AuthStore) {
   def isBlacklisted(identity: Identity): Boolean = blacklist.contains(identity.namespace.name.asString)
 
   /** Refreshes the current blacklist from the database. */
+  /** Limit query parameter set to 0 for limitless record query */
 
 Review comment:
   Please terminate the sentence with a period. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services