Options
April 17, 2019 ยท View on GitHub
The following limits can be configured with the limits
configuration property:
limits.maxpayload{integer|string}(defaults to10MB): Max size of request payloads, in bytes. Also used as the max URL length. Can useKB,MB,GBorTB.limits.pagesize{integer}(defaults to100): see paginationlimits.maxmodels{integer}(defaults to100 * pagesize, i.e.10000): see pagination
limits:
maxpayload: 5MB
pagesize: 200
maxmodels: 10000
System limits
The following limits cannot be configured:
- maximum number of nested commands:
50 - maximum length of attributes' value:
2KB - maximum number of attributes per model:
50 - maximum length of model's or attribute's name:
100characters - request timeout:
5seconds