Versions Compared

Key

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

...

Throttling can be disabled at all by setting ohf.disable.throttling parameter in application.cfg to value true.

Throttling configuration

Default configuration is in throttlingCore.cfg file placed in core module. Configuration file throttling.properties placed in web-admin module has higher priority and therefore parameters in this file can override parameters from throttlingCore.cfg file.

throttlingCore.cfg contentThrottling configuration uses the same model as rest of OpenHub framework, see External configuration model

The default configuration (that is always added as default) is the following:

Code Block
throttling.defaultInterval = 60
throttling.defaultLimit = 60

...