mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
delete configuration task.cleanup.retry.interval (#6910)
* fix range of configuration `task.cleanup.retry.interval` * delete unused configuration * fix on sql * add name of the PR to the sql Co-authored-by: Gabriel Ortiga Fernandes <gabriel.fernandes@scclouds.com.br>
This commit is contained in:
parent
f7f03adddb
commit
8fd4ed88c2
@ -865,3 +865,6 @@ SET usage_unit = 'Policy*Month'
|
||||
WHERE usage_unit = 'Policy-Month';
|
||||
|
||||
----- PR Quota custom tariffs #5909 -----
|
||||
|
||||
-- delete configuration task.cleanup.retry.interval #6910
|
||||
DELETE FROM `cloud`.`configuration` WHERE name='task.cleanup.retry.interval';
|
||||
|
||||
@ -1263,15 +1263,6 @@ public enum Config {
|
||||
|
||||
DefaultPageSize("Advanced", ManagementServer.class, Long.class, "default.page.size", "500", "Default page size for API list* commands", null),
|
||||
|
||||
TaskCleanupRetryInterval(
|
||||
"Advanced",
|
||||
ManagementServer.class,
|
||||
Integer.class,
|
||||
"task.cleanup.retry.interval",
|
||||
"600",
|
||||
"Time (in seconds) to wait before retrying cleanup of tasks if the cleanup failed previously. 0 means to never retry.",
|
||||
"Seconds"),
|
||||
|
||||
// Account Default Limits
|
||||
DefaultMaxAccountUserVms(
|
||||
"Account Defaults",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user