Throttle UpdateInterval

Throttle UpdateInterval is the time interval (in seconds) which is used by the Core Engine to calculate the throttle count allowed until the next UpdateInterval period is lapsed.

The default value for Throttle UpdateInterval is 10 seconds. This means that the Core Engine refreshes the throttle count allowed for the next 10 seconds using the Interval and Max Limit parameters configured for the throttle Instance in the Config UI. For example, if the Interval is 60 seconds and Max Limit is 6, at most one request is allowed every 10 seconds.

Throttle UpdateInterval is defined by the following property in the ASG_CONFIG_HOME/asg.properties file.

      tibco.clientVar.ASG/Throttle/UpdateIntervalSec=10