Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Global Configurations

  • api.throttling.enabled - Enable/Disable API throttling.
  • api.throttling.interval (in seconds) - Time interval to count number of APIs placed.
  • api.throttling.max - Maximum number of APIs that can be placed within api.throttling.interval period.
  • api.throttling.cachesize - Cache size used for counter tracking, applicable for Ehcache based limit store implementation.
    These configurations can be configured through UI Global Settings tab, but it needs restarting MS afterwards.

...