-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(conf) lua_socket_pool_size property in kong.conf #2109
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need a new entry in the Changelog for this feature + update the documentation, so let's add it now to not forget about it. Otherwise, good enough.
kong.conf.default
Outdated
@@ -322,3 +322,7 @@ | |||
|
|||
#lua_package_cpath = # Sets the Lua C module search path | |||
# (LUA_CPATH). | |||
|
|||
#lua_socket_pool_size = 30 # Specifies the size limit for every cosocket |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line has a trailing whitespace, it's too bad
kong.conf.default
Outdated
@@ -322,3 +322,7 @@ | |||
|
|||
#lua_package_cpath = # Sets the Lua C module search path | |||
# (LUA_CPATH). | |||
|
|||
#lua_socket_pool_size = 30 # Specifies the size limit for every cosocket | |||
# connection pool associated with every remote |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one too
|
e47fa73
to
68815ee
Compare
@thibaultcha updated. |
Full changelog
lua_socket_pool_size
property in configuration file.