Skip to content

Commit 1922030

Browse files
committed
doc tweak
1 parent a524303 commit 1922030

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,12 @@ The library supports the following ILP protocol versions.
4848

4949
These protocol versions are supported over both HTTP and TCP.
5050

51-
If you use HTTP, the library will automatically detect the server's
52-
latest supported protocol version and use it. If you use TCP, you can specify the
53-
`protocol_version=N` parameter when constructing the `Sender` object.
51+
* If you use HTTP and `protocol_version=auto` or unset, the library will
52+
automatically detect the server's
53+
latest supported protocol version and use it (recommended).
54+
* If you use TCP, you can specify the
55+
`protocol_version=N` parameter when constructing the `Sender` object
56+
(TCP defaults to `protocol_version=1`).
5457

5558
| Version | Description | Server Comatibility |
5659
| ------- | ------------------------------------------------------- | --------------------- |

questdb-rs/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ The library supports the following ILP protocol versions.
1515

1616
These protocol versions are supported over both HTTP and TCP.
1717

18-
If you use HTTP, the library will automatically detect the server's
19-
latest supported protocol version and use it. If you use TCP, you can specify the
20-
`protocol_version=N` parameter when constructing the `Sender` object.
18+
* If you use HTTP, the library will automatically detect the server's
19+
latest supported protocol version and use it (recommended).
20+
* If you use TCP, you can specify the
21+
`protocol_version=N` parameter when constructing the `Sender` object
22+
(TCP defaults to `protocol_version=1`).
2123

2224
| Version | Description | Server Comatibility |
2325
| ------- | ------------------------------------------------------- | --------------------- |

0 commit comments

Comments
 (0)