Line 10: | Line 10: | ||
<section begin="service-client-api.rate-limit"/> | <section begin="service-client-api.rate-limit"/> | ||
====service-client-api.rate-limit==== | ====service-client-api.rate-limit==== | ||
− | * Default Value: | + | * Default Value: <tt>0</tt> |
* Valid Values: An integer value greater than or equal to <tt>0</tt>. Specify <tt>0</tt> for an unlimited rate. | * Valid Values: An integer value greater than or equal to <tt>0</tt>. Specify <tt>0</tt> for an unlimited rate. | ||
* Changes take effect: When the session is started or restarted. | * Changes take effect: When the session is started or restarted. | ||
Line 17: | Line 17: | ||
<section begin="service-client-api.rate-limit-quarantine-delay"/> | <section begin="service-client-api.rate-limit-quarantine-delay"/> | ||
====service-client-api.rate-limit-quarantine-delay==== | ====service-client-api.rate-limit-quarantine-delay==== | ||
− | * Default Value: | + | * Default Value: <tt>30</tt> |
* Valid Values: An integer value greater than or equal to <tt>0</tt>. Specify <tt>0</tt> for infinite quarantine delay. | * Valid Values: An integer value greater than or equal to <tt>0</tt>. Specify <tt>0</tt> for infinite quarantine delay. | ||
* Changes take effect: When the session is started or restarted. | * Changes take effect: When the session is started or restarted. |
Revision as of 16:09, June 2, 2015
Service Client API
Contents
service-client-api.accepted-web-content-origins
- Default Value: An empty string
- Valid Values: A comma-separated list of URLs or '*' — for example: 'http://my-web-server-1,http://my-web-server-2' or '*'.
- Changes take effect: When the session is started or restarted.
- Description: Specifies the list of granted origins and allowed APIs that are used in the web extension views. This option cannot be overridden and must be set in the WWEWS Cluster application.
service-client-api.rate-limit
- Default Value: 0
- Valid Values: An integer value greater than or equal to 0. Specify 0 for an unlimited rate.
- Changes take effect: When the session is started or restarted.
- Description: Specifies the limit for the maximum number of requests per minute on the Service Client API. This option cannot be overridden and must be set in the WWEWS Cluster application.
service-client-api.rate-limit-quarantine-delay
- Default Value: 30
- Valid Values: An integer value greater than or equal to 0. Specify 0 for infinite quarantine delay.
- Changes take effect: When the session is started or restarted.
- Description: Specifies the quarantine delay, in seconds, once the rate limit is reached. The requests are not ignored anymore after this delay. This option cannot be overridden and must be set in the WWEWS Cluster application.
Comments or questions about this documentation? Contact us for support!