Options

April 17, 2019 ยท View on GitHub

The following limits can be configured with the limits configuration property:

  • limits.maxpayload {integer|string} (defaults to 10MB): Max size of request payloads, in bytes. Also used as the max URL length. Can use KB, MB, GB or TB.
  • limits.pagesize {integer} (defaults to 100): see pagination
  • limits.maxmodels {integer} (defaults to 100 * 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: 100 characters
  • request timeout: 5 seconds