File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ cluster_formation.k8s.address_type = hostname
3535cluster_partition_handling = pause_minority
3636queue_master_locator = min-masters
3737disk_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 = `
4242ssl_options.certfile = /etc/rabbitmq-tls/tls.crt
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ cluster_formation.k8s.address_type = hostname
3333cluster_partition_handling = pause_minority
3434queue_master_locator = min-masters
3535disk_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
3838cluster_name = ` + instanceName )
3939}
4040
You can’t perform that action at this time.
0 commit comments