refactor: replace hidden => true with importance => hidden
This commit is contained in:
parent
5f6d318cf0
commit
677b76afce
|
@ -233,7 +233,7 @@ fields(socket_opts) ->
|
|||
boolean(),
|
||||
#{
|
||||
default => true,
|
||||
hidden => true,
|
||||
importance => ?IMPORTANCE_HIDDEN,
|
||||
desc => ?DESC(socket_nodelay)
|
||||
}
|
||||
)}
|
||||
|
|
Loading…
Reference in New Issue