Merge pull request #11873 from zmstone/1103-unhide-nodelay-field
fix(kafka): do not hide nodelay field
This commit is contained in:
commit
21a167e1a5
|
@ -358,7 +358,7 @@ fields(socket_opts) ->
|
||||||
boolean(),
|
boolean(),
|
||||||
#{
|
#{
|
||||||
default => true,
|
default => true,
|
||||||
importance => ?IMPORTANCE_HIDDEN,
|
importance => ?IMPORTANCE_LOW,
|
||||||
desc => ?DESC(socket_nodelay)
|
desc => ?DESC(socket_nodelay)
|
||||||
}
|
}
|
||||||
)},
|
)},
|
||||||
|
|
Loading…
Reference in New Issue