diff options
Diffstat (limited to 'priv/schema')
| -rw-r--r-- | priv/schema/rabbit.schema | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/priv/schema/rabbit.schema b/priv/schema/rabbit.schema index c0067e008c..70351f116c 100644 --- a/priv/schema/rabbit.schema +++ b/priv/schema/rabbit.schema @@ -976,8 +976,8 @@ end}. {mapping, "proxy_protocol", "rabbit.proxy_protocol", [{datatype, {enum, [true, false]}}]}. -%% Whether to stop the rabbit application if a vhost message -%% store or recovery fails (or another unrecoverable issue is detected). +%% Whether to stop the rabbit application if a vhost has +%% to terminate for any reason. {mapping, "vhost_restart_strategy", "rabbit.vhost_restart_strategy", [{datatype, {enum, [stop_node, continue, transient, persistent]}}]}. |
