Skip to content

Commit e849acd

Browse files
authored
Wider randomized_startup_delay_range (#675)
1 parent 3ab52f0 commit e849acd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

internal/resource/configmap.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ cluster_formation.k8s.address_type = hostname
3535
cluster_partition_handling = pause_minority
3636
queue_master_locator = min-masters
3737
disk_free_limit.absolute = 2GB
38-
cluster_formation.randomized_startup_delay_range.min = 5
39-
cluster_formation.randomized_startup_delay_range.max = 30`
38+
cluster_formation.randomized_startup_delay_range.min = 0
39+
cluster_formation.randomized_startup_delay_range.max = 60`
4040

4141
defaultTLSConf = `
4242
ssl_options.certfile = /etc/rabbitmq-tls/tls.crt

internal/resource/configmap_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ cluster_formation.k8s.address_type = hostname
3333
cluster_partition_handling = pause_minority
3434
queue_master_locator = min-masters
3535
disk_free_limit.absolute = 2GB
36-
cluster_formation.randomized_startup_delay_range.min = 5
37-
cluster_formation.randomized_startup_delay_range.max = 30
36+
cluster_formation.randomized_startup_delay_range.min = 0
37+
cluster_formation.randomized_startup_delay_range.max = 60
3838
cluster_name = ` + instanceName)
3939
}
4040

0 commit comments

Comments
 (0)