[
https://issues.apache.org/jira/browse/CLOUDSTACK-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13603674#comment-13603674
]
ASF subversion and git services commented on CLOUDSTACK-1684:
-------------------------------------------------------------
Commit 1dc1bf00c6a25b9af8bf9029bcb9e61265a8826f in branch
refs/heads/Health-Check-UI from [~minchen07]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git;h=1dc1bf0 ]
CLOUDSTACK-1684: api.throttling.enabled configuration setting should be set to
"false" in Config.java.
> api.throttling.enabled configuration setting should be set to "false" in
> Config.java
> ------------------------------------------------------------------------------------
>
> Key: CLOUDSTACK-1684
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1684
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: API
> Affects Versions: 4.1.0, 4.2.0
> Reporter: Min Chen
> Assignee: Min Chen
> Fix For: 4.1.0, 4.2.0
>
>
> The default setting for api throttling should be "disabled", so in global
> config, api.throttling.enabled should have default value "false" instead of
> "true". See code below in Config.java:
> ApiLimitEnabled("Advanced", ManagementServer.class, Boolean.class,
> "api.throttling.enabled", "true", "Enable/disable Api rate limit", null),
> Currently this bug is not reported by QA because we have put "false" in
> schema upgrade script, so behavior is still correct. but it is better to be
> consistent.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira