You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/23 08:47:24 UTC

[GitHub] markusthoemmes commented on a change in pull request #2632: Use the stale parameter on listing activations

markusthoemmes commented on a change in pull request #2632: Use the stale parameter on listing activations
URL: https://github.com/apache/incubator-openwhisk/pull/2632#discussion_r134691857
 
 

 ##########
 File path: common/scala/src/main/scala/whisk/core/database/CouchDbRestClient.scala
 ##########
 @@ -174,6 +174,7 @@ class CouchDbRestClient(protocol: String, host: String, port: Int, username: Str
         endKey: List[Any] = Nil,
         skip: Option[Int] = None,
         limit: Option[Int] = None,
+        stale: Option[String] = None,
 
 Review comment:
   Shouldn't this be `StaleParameter`?
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services