[ https://issues.apache.org/jira/browse/CLOUDSTACK-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Min Chen updated CLOUDSTACK-1684: --------------------------------- Description: 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. was: 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", "false", "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. > 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 > Reporter: Min Chen > Assignee: Min Chen > Fix For: 4.1.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