Skip to content

doc: fix typo s/mazSize/maxSize/ #16

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

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions include/mysqlx/devapi/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ class ClientSettings
disabled, session created from pool are the same as created
directly without client handle.
Enabled by default.
- `mazSize` : integer that defines the max pooling sessions possible. If
- `maxSize` : integer that defines the max pooling sessions possible. If
uses tries to get session from pool when maximum sessions are
used, it will wait for an available session untill
`queueTimeout`.
Expand Down Expand Up @@ -706,7 +706,7 @@ class ClientSettings
disabled, session created from pool are the same as created
directly without client handle.
Enabled by default.
- `mazSize` : integer that defines the max pooling sessions possible. If
- `maxSize` : integer that defines the max pooling sessions possible. If
uses tries to get session from pool when maximum sessions are
used, it will wait for an available session untill
`queueTimeout`.
Expand Down
4 changes: 2 additions & 2 deletions include/mysqlx/xapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ mysqlx_lock_contention_t;
disabled, session created from pool are the same as created
directly without client handle.
Enabled by default.
- `mazSize` : integer that defines the max pooling sessions possible. If uses
- `maxSize` : integer that defines the max pooling sessions possible. If uses
tries to get session from pool when maximum sessions are used,
it will wait for an available session untill `queueTimeout`.
Defaults to 25.
Expand Down Expand Up @@ -557,7 +557,7 @@ mysqlx_get_client_from_url(const char *conn_string, const char *client_opts,
disabled, session created from pool are the same as created
directly without client handle.
Enabled by default.
- `mazSize` : integer that defines the max pooling sessions possible. If uses
- `maxSize` : integer that defines the max pooling sessions possible. If uses
tries to get session from pool when maximum sessions are used,
it will wait for an available session untill `queueTimeout`.
Defaults to 25.
Expand Down