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(),
|
||||
#{
|
||||
default => true,
|
||||
importance => ?IMPORTANCE_HIDDEN,
|
||||
importance => ?IMPORTANCE_LOW,
|
||||
desc => ?DESC(socket_nodelay)
|
||||
}
|
||||
)},
|
||||
|
|
Loading…
Reference in New Issue