Merge pull request #11873 from zmstone/1103-unhide-nodelay-field

fix(kafka): do not hide nodelay field
This commit is contained in:
Zaiming (Stone) Shi 2023-11-03 20:49:29 +01:00 committed by GitHub
commit 21a167e1a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ fields(socket_opts) ->
boolean(),
#{
default => true,
importance => ?IMPORTANCE_HIDDEN,
importance => ?IMPORTANCE_LOW,
desc => ?DESC(socket_nodelay)
}
)},