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


With regards,
Apache Git Services

Reply via email to