Skip to content

Commit

Permalink
Remove unnecessary 'wrap' option
Browse files Browse the repository at this point in the history
  • Loading branch information
chrzaszcz committed Feb 17, 2023
1 parent 45a599a commit 045d2ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/config/mongoose_config_spec.erl
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,7 @@ xmpp_listener_extra(c2s) ->
<<"max_connections">> => #option{type = int_or_infinity,
validate = positive},
<<"c2s_state_timeout">> => #option{type = int_or_infinity,
validate = non_negative,
wrap = global_config},
validate = non_negative},
<<"reuse_port">> => #option{type = boolean},
<<"backwards_compatible_session">> => #option{type = boolean},
<<"allowed_auth_methods">> =>
Expand Down

0 comments on commit 045d2ec

Please sign in to comment.