dubeejw commented on a change in pull request #3087: Impose list limit on all
entity types.
URL:
https://github.com/apache/incubator-openwhisk/pull/3087#discussion_r160848438
##########
File path:
core/controller/src/main/scala/whisk/core/entitlement/Collection.scala
##########
@@ -109,6 +110,10 @@ protected[core] object Collection {
protected[core] def requiredProperties = WhiskEntityStore.requiredProperties
+ /** Number of records allowed per query. */
+ protected[core] val DEFAULT_LIST_LIMIT = 30
Review comment:
Would be nice if `DEFAULT_LIST_LIMIT` and `MAX_LIST_LIMIT` were configurable
with pureconfig, but we can do that later.
----------------------------------------------------------------
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