Skip to content

Commit

Permalink
Mention tcp_user_timeout_ms in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbeam committed Feb 16, 2022
1 parent 489dbed commit f4f86a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ structure in the create API docs):
of the `tcp_keepalive_time` field in the `Opts` structure;
* `tcp_connect_timeout_ms: u64` - defines the value (in milliseconds)
of the `tcp_connect_timeout` field in the `Opts` structure;
* `tcp_user_timeout_ms` - defines the value (in milliseconds)
of the `tcp_user_timeout` field in the `Opts` structure;
* `stmt_cache_size: u32` - defines the value of the same field in the `Opts` structure;
* `compress` - defines the value of the same field in the `Opts` structure.
Supported value are:
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@
//! of the `tcp_keepalive_time` field in the `Opts` structure;
//! * `tcp_connect_timeout_ms: u64` - defines the value (in milliseconds)
//! of the `tcp_connect_timeout` field in the `Opts` structure;
//! * `tcp_user_timeout_ms` - defines the value (in milliseconds)
//! of the `tcp_user_timeout` field in the `Opts` structure;
//! * `stmt_cache_size: u32` - defines the value of the same field in the `Opts` structure;
//! * `compress` - defines the value of the same field in the `Opts` structure.
//! Supported value are:
Expand Down

0 comments on commit f4f86a6

Please sign in to comment.