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:
[email protected]


With regards,
Apache Git Services

Reply via email to