Skip to content

Commit d6fa209

Browse files
author
Daniil Fedotov
committed
Add vhost_restart_strategy to default app config.
1 parent 69bb7b8 commit d6fa209

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ define PROJECT_ENV
115115
{background_gc_enabled, false},
116116
{background_gc_target_interval, 60000},
117117
%% rabbitmq-server-589
118-
{proxy_protocol, false}
118+
{proxy_protocol, false},
119+
%% can be stop_rabbit or give_up see rabbitmq-server-1458
120+
{vhost_restart_strategy, stop_rabbit}
119121
]
120122
endef
121123

0 commit comments

Comments
 (0)