Limit

Required: no Default: unlimited

This directive specifies the maximum number of items that will be returned by the module. Note that in a multi-request configuration only the limit of the last request will be used, even if it is not specified on it, because the limit has a default value.

The limit directive is also used by pagination logic to determine whether to fetch the next page or not.

The default limit for this type of module is unlimited.

Last updated