charlesdong1991 commented on code in PR #399:
URL: https://github.com/apache/fluss-rust/pull/399#discussion_r2880357467
##########
website/docs/user-guide/python/example/configuration.md:
##########
@@ -35,6 +35,7 @@ with await fluss.FlussConnection.create(config) as conn:
| `scanner.remote-log.read-concurrency` | Streaming read concurrency within a
remote log file | `4` |
| `scanner.log.max-poll-records` | Max records returned in a single
poll() | `500` |
| `connect-timeout` | TCP connect timeout in milliseconds
| `120000` |
+| `request-timeout` | Per-request RPC timeout in
milliseconds (also accepts `request-timeout-ms`) | `30000`
|
Review Comment:
ohh i mix this with api-reference!
btw, is there a reason that we maintain configs in two markdown files?
@fresh-borzoni 🤔
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]