Skip to content

Commit 6379ca4

Browse files
committed
CLOUDSTACK-6738: pre-seed expunge delay and interval to 60s
(cherry picked from commit 723eaef) Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 593ba55 commit 6379ca4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

developer/developer-prefill.sql

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
5454
VALUES ('Advanced', 'DEFAULT', 'management-server',
5555
'account.cleanup.interval', '60');
5656

57+
INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
58+
VALUES ('Advanced', 'DEFAULT', 'management-server',
59+
'expunge.delay', '60');
60+
61+
INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
62+
VALUES ('Advanced', 'DEFAULT', 'management-server',
63+
'expunge.interval', '60');
64+
5765
INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
5866
VALUES ('Advanced', 'DEFAULT', 'management-server',
5967
'system.vm.use.local.storage', 'true');

0 commit comments

Comments
 (0)